diff options
author | Rumeet Dhindsa <rdhindsa@google.com> | 2019-03-28 22:14:46 +0000 |
---|---|---|
committer | Rumeet Dhindsa <rdhindsa@google.com> | 2019-03-28 22:14:46 +0000 |
commit | 45bd9b2567dbcc65ca233a3a88928ddb76b65156 (patch) | |
tree | 1c6554628ae4dda29272575a1d3b322e64417bab | |
parent | 360a4e2ca6ead28b4d761b189c3995be5ac72a91 (diff) | |
download | bcm5719-llvm-45bd9b2567dbcc65ca233a3a88928ddb76b65156.tar.gz bcm5719-llvm-45bd9b2567dbcc65ca233a3a88928ddb76b65156.zip |
Fixed the lld test using ld-lld command to use ld.lld instead.
Differential Revision: https://reviews.llvm.org/D59962
llvm-svn: 357216
-rw-r--r-- | lld/test/ELF/arm-exidx-add-missing.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/arm-exidx-add-missing.s b/lld/test/ELF/arm-exidx-add-missing.s index 7e452c6b439..04feba0ca34 100644 --- a/lld/test/ELF/arm-exidx-add-missing.s +++ b/lld/test/ELF/arm-exidx-add-missing.s @@ -1,8 +1,8 @@ // REQUIRES: arm // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi --arm-add-build-attributes %s -o %t -// RUN: ld-lld %t --no-merge-exidx-entries -o %t2 +// RUN: ld.lld %t --no-merge-exidx-entries -o %t2 // RUN: llvm-objdump -s %t2 | FileCheck %s -// RUN: ld-lld %t -o %t3 +// RUN: ld.lld %t -o %t3 // RUN: llvm-objdump -s %t3 | FileCheck %s -check-prefix=CHECK-MERGE // The ARM.exidx section is a table of 8-byte entries of the form: |