MC: move test from Generic to COFF
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Apr 2014 21:41:07 +0000 (21:41 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Apr 2014 21:41:07 +0000 (21:41 +0000)
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/initialised-data.ll [deleted file]
test/MC/COFF/initialised-data.ll [new file with mode: 0644]

diff --git a/test/CodeGen/Generic/initialised-data.ll b/test/CodeGen/Generic/initialised-data.ll
deleted file mode 100644 (file)
index 9f428bc..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
-; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s
-; RUN: llc -mtriple thumbv7-windows %s -o - | FileCheck %s
-
-@data = dllexport constant [5 x i8] c"data\00", align 1
-
-; CHECK: .section      .rdata,"rd"
-
diff --git a/test/MC/COFF/initialised-data.ll b/test/MC/COFF/initialised-data.ll
new file mode 100644 (file)
index 0000000..9f428bc
--- /dev/null
@@ -0,0 +1,8 @@
+; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
+; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s
+; RUN: llc -mtriple thumbv7-windows %s -o - | FileCheck %s
+
+@data = dllexport constant [5 x i8] c"data\00", align 1
+
+; CHECK: .section      .rdata,"rd"
+