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

