From: Rumeet Dhindsa Date: Thu, 28 Mar 2019 22:14:46 +0000 (+0000) Subject: Fixed the lld test using ld-lld command to use ld.lld instead. X-Git-Tag: llvmorg-10-init~8940 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45bd9b2567dbcc65ca233a3a88928ddb76b65156;p=platform%2Fupstream%2Fllvm.git Fixed the lld test using ld-lld command to use ld.lld instead. Differential Revision: https://reviews.llvm.org/D59962 llvm-svn: 357216 --- diff --git a/lld/test/ELF/arm-exidx-add-missing.s b/lld/test/ELF/arm-exidx-add-missing.s index 7e452c6..04feba0 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: