diff options
Diffstat (limited to 'test/ELF/arm-exidx-gc.s')
-rw-r--r-- | test/ELF/arm-exidx-gc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-exidx-gc.s b/test/ELF/arm-exidx-gc.s index 1336c256f7c1a..34bd9dbe37b26 100644 --- a/test/ELF/arm-exidx-gc.s +++ b/test/ELF/arm-exidx-gc.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t -// RUN: ld.lld %t -o %t2 --gc-sections 2>&1 +// RUN: ld.lld %t --no-merge-exidx-entries -o %t2 --gc-sections 2>&1 // RUN: llvm-objdump -d -triple=armv7a-none-linux-gnueabi %t2 | FileCheck %s // RUN: llvm-objdump -s -triple=armv7a-none-linux-gnueabi %t2 | FileCheck -check-prefix=CHECK-EXIDX %s // REQUIRES: arm |