diff options
Diffstat (limited to 'test/ELF/linkerscript/outputarch.s')
-rw-r--r-- | test/ELF/linkerscript/outputarch.s | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/ELF/linkerscript/outputarch.s b/test/ELF/linkerscript/outputarch.s index 99089615cb17d..dd3bf93611b4a 100644 --- a/test/ELF/linkerscript/outputarch.s +++ b/test/ELF/linkerscript/outputarch.s @@ -1,10 +1,4 @@ # REQUIRES: x86 -# RUN: echo "OUTPUT_ARCH(x)" > %t.script +# RUN: echo "OUTPUT_ARCH(All data written here is ignored)" > %t.script # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t1 # RUN: ld.lld -shared -o %t2 %t1 %t.script -# RUN: llvm-readobj %t2 > /dev/null - -# 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 |