aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-07-03 02:41:00 +0000
committerSam Clegg <sbc@chromium.org>2019-07-03 02:41:00 +0000
commitd5bea6e0c1a43b19e01be4d95d99d066d2848cc2 (patch)
tree0c85f60b68e9c42420a5a84655ef2506ee150ac2
parent99745896cedbbee5ec9c0343a055e12ccd5d5113 (diff)
downloadllvm-d5bea6e0c1a43b19e01be4d95d99d066d2848cc2.zip
llvm-d5bea6e0c1a43b19e01be4d95d99d066d2848cc2.tar.gz
llvm-d5bea6e0c1a43b19e01be4d95d99d066d2848cc2.tar.bz2
[lld] Use -o /dev/null in test when output is not needed.
Feedback nit from rL364998 llvm-svn: 364999
-rw-r--r--lld/test/ELF/archive-no-index.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/archive-no-index.s b/lld/test/ELF/archive-no-index.s
index adaeaf9..fe1ba04 100644
--- a/lld/test/ELF/archive-no-index.s
+++ b/lld/test/ELF/archive-no-index.s
@@ -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