Skip to content

Commit 4fcd7cf

Browse files
committed
[ELF,test] Actually fix defsym.ll
1 parent 16343f0 commit 4fcd7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/lto/defsym.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
; RUN: opt -module-summary %s -o a.o
1313
; RUN: opt -module-summary %S/Inputs/defsym-bar.ll -o b.o
1414
; 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
15+
; RUN: llvm-readelf --symbols a2.so.lto.a.o | FileCheck --check-prefix=OBJ %s
1616
; RUN: llvm-objdump -d a2.so | FileCheck %s
1717

1818
; OBJ: UND bar2

0 commit comments

Comments
 (0)