diff options
Diffstat (limited to 'test/ELF/arm-exidx-sentinel-orphan.s')
-rw-r--r-- | test/ELF/arm-exidx-sentinel-orphan.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-exidx-sentinel-orphan.s b/test/ELF/arm-exidx-sentinel-orphan.s index c054fe940db61..0e68c245dd10d 100644 --- a/test/ELF/arm-exidx-sentinel-orphan.s +++ b/test/ELF/arm-exidx-sentinel-orphan.s @@ -4,7 +4,7 @@ // RUN: echo "SECTIONS { \ // RUN: .text 0x11000 : { *(.text*) } \ // RUN: } " > %t.script -// RUN: ld.lld --script %t.script %t -o %t2 +// RUN: ld.lld --no-merge-exidx-entries --script %t.script %t -o %t2 // RUN: llvm-objdump -s -triple=armv7a-none-linux-gnueabi %t2 | FileCheck %s // REQUIRES: arm |