[ELF] - Removed excessive check call from outputarch.s. NFC.

For case when LLD should error out, llm-readobj was called,
what worked because argument was an output from first test run.

llvm-svn: 294310
This commit is contained in:
George Rimar 2017-02-07 15:09:07 +00:00
parent 81f91c1777
commit a5e4119184

View File

@ -7,4 +7,3 @@
# RUN: echo "OUTPUT_ARCH(x, y)" > %t.script
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t1
# RUN: not ld.lld -shared -o %t2 %t1 %t.script
# RUN: llvm-readobj %t2 > /dev/null