summaryrefslogtreecommitdiff
path: root/test/ELF/arm-thumb-branch.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/arm-thumb-branch.s')
-rw-r--r--test/ELF/arm-thumb-branch.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/arm-thumb-branch.s b/test/ELF/arm-thumb-branch.s
index 94be9ecb6e53..4dc0280b22f6 100644
--- a/test/ELF/arm-thumb-branch.s
+++ b/test/ELF/arm-thumb-branch.s
@@ -1,6 +1,7 @@
// RUN: llvm-mc -filetype=obj -triple=thumbv7a-none-linux-gnueabi %s -o %t
// RUN: llvm-mc -filetype=obj -triple=thumbv7a-none-linux-gnueabi %S/Inputs/far-arm-thumb-abs.s -o %tfar
// RUN: echo "SECTIONS { \
+// RUN: . = 0xb4; \
// RUN: .callee1 : { *(.callee_low) } \
// RUN: .caller : { *(.text) } \
// RUN: .callee2 : { *(.callee_high) } } " > %t.script