From 33ebff07a9e6a34ca9520de6c4ff809dc32a01a2 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. llvm-svn: 207029 --- llvm/test/MC/{AArch64 => ARM64}/elf-reloc-condbr.s | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/test/MC/{AArch64 => ARM64}/elf-reloc-condbr.s (100%) diff --git a/llvm/test/MC/AArch64/elf-reloc-condbr.s b/llvm/test/MC/ARM64/elf-reloc-condbr.s similarity index 100% rename from llvm/test/MC/AArch64/elf-reloc-condbr.s rename to llvm/test/MC/ARM64/elf-reloc-condbr.s