diff options
Diffstat (limited to 'lld/test/ELF/weak-undef-lazy.s')
-rw-r--r-- | lld/test/ELF/weak-undef-lazy.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/weak-undef-lazy.s b/lld/test/ELF/weak-undef-lazy.s index 113013ea2e0..0a4188fca27 100644 --- a/lld/test/ELF/weak-undef-lazy.s +++ b/lld/test/ELF/weak-undef-lazy.s @@ -3,7 +3,7 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/weak-undef-lazy.s -o %t2.o # RUN: rm -f %t2.a # RUN: llvm-ar rc %t2.a %t2.o -# RUN: ld.lld %t.o %t2.a -o %t --export-dynamic +# RUN: ld.lld %t.o %t2.a -o /dev/null --export-dynamic .global _start _start: |