[lld] r357216 - Fixed the lld test using ld-lld command to use ld.lld instead.

Rumeet Dhindsa via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 15:14:46 PDT 2019


Author: rdhindsa
Date: Thu Mar 28 15:14:46 2019
New Revision: 357216

URL: http://llvm.org/viewvc/llvm-project?rev=357216&view=rev
Log:
Fixed the lld test using ld-lld command to use ld.lld instead.

Differential Revision: https://reviews.llvm.org/D59962


Modified:
    lld/trunk/test/ELF/arm-exidx-add-missing.s

Modified: lld/trunk/test/ELF/arm-exidx-add-missing.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/arm-exidx-add-missing.s?rev=357216&r1=357215&r2=357216&view=diff
==============================================================================
--- lld/trunk/test/ELF/arm-exidx-add-missing.s (original)
+++ lld/trunk/test/ELF/arm-exidx-add-missing.s Thu Mar 28 15:14:46 2019
@@ -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:




More information about the llvm-commits mailing list