mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
[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:
parent
81f91c1777
commit
a5e4119184
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user