summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-12-14 17:37:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-12-14 17:37:16 +0000
commitabfbac52df836460392186a61619fe266b40fa8c (patch)
tree3076a9ca060f527b4b60c318b1c3d7afd11d6fab /test
parente8eb1ea6acd54538b42491b95d8fc6281d4b5710 (diff)
downloadllvm-abfbac52df836460392186a61619fe266b40fa8c.tar.gz
llvm-abfbac52df836460392186a61619fe266b40fa8c.tar.bz2
llvm-abfbac52df836460392186a61619fe266b40fa8c.tar.xz
MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/arm_fixups.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/ARM/arm_fixups.s b/test/MC/ARM/arm_fixups.s
new file mode 100644
index 0000000000..146de9cf26
--- /dev/null
+++ b/test/MC/ARM/arm_fixups.s
@@ -0,0 +1,7 @@
+// RUN: llvm-mc -triple arm-unknown-unknown %s --show-encoding > %t
+// RUN: FileCheck < %t %s
+
+// CHECK: bl _printf @ encoding: [A,A,A,0xeb]
+// CHECK: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_branch
+bl _printf
+ \ No newline at end of file