diff options
Diffstat (limited to 'lld/test/ELF/empty-archive.s')
-rw-r--r-- | lld/test/ELF/empty-archive.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/empty-archive.s b/lld/test/ELF/empty-archive.s index 1e7d70eceff..72232415a58 100644 --- a/lld/test/ELF/empty-archive.s +++ b/lld/test/ELF/empty-archive.s @@ -1,4 +1,4 @@ // REQUIRES: x86 // RUN: llvm-ar rc %t.a // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o -// RUN: ld.lld -shared %t.o %t.a -o %t +// RUN: ld.lld -shared %t.o %t.a -o /dev/null |