summaryrefslogtreecommitdiff
path: root/test/MC/ARM/arm_fixups.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM/arm_fixups.s')
-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 0000000000000..0dceb83c24aba
--- /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_uncondbranch
+bl _printf
+ \ No newline at end of file