forked from OSchip/llvm-project
Fixed the lld test using ld-lld command to use ld.lld instead.
Differential Revision: https://reviews.llvm.org/D59962 llvm-svn: 357216
This commit is contained in:
parent
360a4e2ca6
commit
45bd9b2567
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue