summaryrefslogtreecommitdiffstats
path: root/test/MC/AArch64/elf-reloc-condbr.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AArch64/elf-reloc-condbr.s')
-rw-r--r--test/MC/AArch64/elf-reloc-condbr.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/AArch64/elf-reloc-condbr.s b/test/MC/AArch64/elf-reloc-condbr.s
deleted file mode 100644
index b70dfa7..0000000
--- a/test/MC/AArch64/elf-reloc-condbr.s
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj %s -o - | \
-// RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s
-
- b.eq somewhere
-
-// OBJ: Relocations [
-// OBJ-NEXT: Section (2) .rela.text {
-// OBJ-NEXT: 0x0 R_AARCH64_CONDBR19 somewhere 0x0
-// OBJ-NEXT: }
-// OBJ-NEXT: ]