MC: move ARM64 test from AArch64 directory
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Apr 2014 21:29:40 +0000 (21:29 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Apr 2014 21:29:40 +0000 (21:29 +0000)
The test was changed from aarch64 to arm64 but not moved.  The test would fail
if the backend was not built.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207029 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AArch64/elf-reloc-condbr.s [deleted file]
test/MC/ARM64/elf-reloc-condbr.s [new file with mode: 0644]

diff --git a/test/MC/AArch64/elf-reloc-condbr.s b/test/MC/AArch64/elf-reloc-condbr.s
deleted file mode 100644 (file)
index 9b70a20..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: llvm-mc -triple=arm64-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: ]
diff --git a/test/MC/ARM64/elf-reloc-condbr.s b/test/MC/ARM64/elf-reloc-condbr.s
new file mode 100644 (file)
index 0000000..9b70a20
--- /dev/null
@@ -0,0 +1,10 @@
+// RUN: llvm-mc -triple=arm64-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: ]