[PATCH] D59962: Update lit config for ld.lld command
Rumeet Dhindsa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 15:15:24 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357216: Fixed the lld test using ld-lld command to use ld.lld instead. (authored by rdhindsa, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59962?vs=192718&id=192727#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59962/new/
https://reviews.llvm.org/D59962
Files:
lld/trunk/test/ELF/arm-exidx-add-missing.s
Index: lld/trunk/test/ELF/arm-exidx-add-missing.s
===================================================================
--- lld/trunk/test/ELF/arm-exidx-add-missing.s
+++ lld/trunk/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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59962.192727.patch
Type: text/x-patch
Size: 685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190328/ae00691c/attachment.bin>
More information about the llvm-commits
mailing list