[llvm] r207038 - MC: disable test on thumbv7-windows

Saleem Abdulrasool compnerd at compnerd.org
Wed Apr 23 14:55:18 PDT 2014


Author: compnerd
Date: Wed Apr 23 16:55:18 2014
New Revision: 207038

URL: http://llvm.org/viewvc/llvm-project?rev=207038&view=rev
Log:
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.

Modified:
    llvm/trunk/test/MC/COFF/initialised-data.ll

Modified: llvm/trunk/test/MC/COFF/initialised-data.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/COFF/initialised-data.ll?rev=207038&r1=207037&r2=207038&view=diff
==============================================================================
--- llvm/trunk/test/MC/COFF/initialised-data.ll (original)
+++ llvm/trunk/test/MC/COFF/initialised-data.ll Wed Apr 23 16:55:18 2014
@@ -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
 





More information about the llvm-commits mailing list