forked from OSchip/llvm-project
[lld] Use -o /dev/null in test when output is not needed.
Feedback nit from rL364998 llvm-svn: 364999
This commit is contained in:
parent
99745896ce
commit
d5bea6e0c1
|
@ -1,7 +1,7 @@
|
|||
# REQUIRES: x86
|
||||
# Tests error on archive file without a symbol table
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o %t.o %s
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o %t.archive.o %S/Inputs/archive.s
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o /dev/null %S/Inputs/archive.s
|
||||
# RUN: rm -f %t.a
|
||||
# RUN: llvm-ar crS %t.a %t.archive.o
|
||||
|
||||
|
|
Loading…
Reference in New Issue