summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-23 21:55:18 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-23 21:55:18 +0000
commit646d5165025545100e7a5fa1732433f95b0ee817 (patch)
tree9e064260eef69549bc8faadff64e3407ec9fad12 /test
parentde2703ddfb7730fcfaf718f89b1561a539240a72 (diff)
downloadllvm-646d5165025545100e7a5fa1732433f95b0ee817.tar.gz
llvm-646d5165025545100e7a5fa1732433f95b0ee817.tar.bz2
llvm-646d5165025545100e7a5fa1732433f95b0ee817.tar.xz
MC: disable test on thumbv7-windows
This is dependent on changes that are not fully ready to be merged yet (WoA object file emission). The test can be re-enabled for that target later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/COFF/initialised-data.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/MC/COFF/initialised-data.ll b/test/MC/COFF/initialised-data.ll
index 9f428bc3fd..c4284696b8 100644
--- a/test/MC/COFF/initialised-data.ll
+++ b/test/MC/COFF/initialised-data.ll
@@ -1,6 +1,5 @@
; 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