We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16343f0 commit 4fcd7cfCopy full SHA for 4fcd7cf
lld/test/ELF/lto/defsym.ll
@@ -12,7 +12,7 @@
12
; RUN: opt -module-summary %s -o a.o
13
; RUN: opt -module-summary %S/Inputs/defsym-bar.ll -o b.o
14
; RUN: ld.lld a.o b.o -shared -o a2.so -defsym=bar2=bar3 -save-temps
15
-; RUN: llvm-readelf --symbols a2.so1.lto.o | FileCheck --check-prefix=OBJ %s
+; RUN: llvm-readelf --symbols a2.so.lto.a.o | FileCheck --check-prefix=OBJ %s
16
; RUN: llvm-objdump -d a2.so | FileCheck %s
17
18
; OBJ: UND bar2
0 commit comments