Skip to content

Commit

Permalink
[ELF,test] Actually fix defsym.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jan 23, 2024
1 parent 16343f0 commit 4fcd7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/ELF/lto/defsym.ll
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
; RUN: opt -module-summary %s -o a.o
; RUN: opt -module-summary %S/Inputs/defsym-bar.ll -o b.o
; RUN: ld.lld a.o b.o -shared -o a2.so -defsym=bar2=bar3 -save-temps
; 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
; RUN: llvm-objdump -d a2.so | FileCheck %s

; OBJ: UND bar2
Expand Down

0 comments on commit 4fcd7cf

Please sign in to comment.