From ac30dfdaa3be63e92f6e8d4ee452106d9a962125 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 23 Apr 2014 21:41:07 +0000 Subject: [PATCH] MC: move test from Generic to COFF This is a COFF specific test, move it to COFF to fix the Hexagon buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207030 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{CodeGen/Generic => MC/COFF}/initialised-data.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{CodeGen/Generic => MC/COFF}/initialised-data.ll (100%) diff --git a/test/CodeGen/Generic/initialised-data.ll b/test/MC/COFF/initialised-data.ll similarity index 100% rename from test/CodeGen/Generic/initialised-data.ll rename to test/MC/COFF/initialised-data.ll -- 2.34.1