From 86e4b7dadbc799967353ac5e85089697cd2c77e5 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 27 Apr 2014 04:29:32 +0000 Subject: [PATCH] COFF: move ARM COFF test to ARM directory The COFF tests all assume X86. Just move the new COFF tests under ARM to appease the build bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207346 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/{COFF/arm-relocations.s => ARM/coff-relocations.s} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/MC/{COFF/arm-relocations.s => ARM/coff-relocations.s} (100%) diff --git a/test/MC/COFF/arm-relocations.s b/test/MC/ARM/coff-relocations.s similarity index 100% rename from test/MC/COFF/arm-relocations.s rename to test/MC/ARM/coff-relocations.s