aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/aarch64-thunk-section-location.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/aarch64-thunk-section-location.s')
-rw-r--r--lld/test/ELF/aarch64-thunk-section-location.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/aarch64-thunk-section-location.s b/lld/test/ELF/aarch64-thunk-section-location.s
index 5fb575c5b7d4..11963e705c6c 100644
--- a/lld/test/ELF/aarch64-thunk-section-location.s
+++ b/lld/test/ELF/aarch64-thunk-section-location.s
@@ -1,7 +1,7 @@
// REQUIRES: aarch64
// RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o
// RUN: ld.lld %t.o -o %t
-// RUN: llvm-objdump -d --start-address=0x81d1008 -stop-address=0x81d1014 --no-show-raw-insn %t | FileCheck %s
+// RUN: llvm-objdump -d --start-address=0x81d1008 --stop-address=0x81d1014 --no-show-raw-insn %t | FileCheck %s
// Check that the range extension thunks are dumped close to the aarch64 branch
// range of 128 MiB
.section .text.1, "ax", %progbits