From dc71f098bcb5f61edbcc9d26b7eff5d8ad27342d Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 23 Apr 2014 21:29:40 +0000 Subject: [PATCH] MC: move ARM64 test from AArch64 directory 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 => ARM64}/elf-reloc-condbr.s | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/MC/{AArch64 => ARM64}/elf-reloc-condbr.s (100%) diff --git a/test/MC/AArch64/elf-reloc-condbr.s b/test/MC/ARM64/elf-reloc-condbr.s similarity index 100% rename from test/MC/AArch64/elf-reloc-condbr.s rename to test/MC/ARM64/elf-reloc-condbr.s