From: Saleem Abdulrasool Date: Wed, 23 Apr 2014 21:55:18 +0000 (+0000) Subject: MC: disable test on thumbv7-windows X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=646d5165025545100e7a5fa1732433f95b0ee817;p=oota-llvm.git 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 --- diff --git a/test/MC/COFF/initialised-data.ll b/test/MC/COFF/initialised-data.ll index 9f428bc3fdb..c4284696b8c 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