summaryrefslogtreecommitdiff
path: root/test/MC/ARM64/arm64-fixup.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM64/arm64-fixup.s')
-rw-r--r--test/MC/ARM64/arm64-fixup.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/ARM64/arm64-fixup.s b/test/MC/ARM64/arm64-fixup.s
deleted file mode 100644
index eae6f68390..0000000000
--- a/test/MC/ARM64/arm64-fixup.s
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llvm-mc < %s -triple arm64-apple-darwin --show-encoding | FileCheck %s
-
-foo:
- adr x3, Lbar
-; CHECK: adr x3, Lbar ; encoding: [0x03'A',A,A,0x10'A']
-; CHECK: fixup A - offset: 0, value: Lbar, kind: fixup_arm64_pcrel_adr_imm21
-Lbar:
- adrp x3, _printf@page
-; CHECK: adrp x3, _printf@PAGE ; encoding: [0x03'A',A,A,0x90'A']
-; CHECK: fixup A - offset: 0, value: _printf@PAGE, kind: fixup_arm64_pcrel_adrp_imm21