[llvm] r207347 - tests: Windows ARM now supports object emission

Saleem Abdulrasool compnerd at compnerd.org
Sat Apr 26 21:29:36 PDT 2014


Author: compnerd
Date: Sat Apr 26 23:29:36 2014
New Revision: 207347

URL: http://llvm.org/viewvc/llvm-project?rev=207347&view=rev
Log:
tests: Windows ARM now supports object emission

Update lit.cfg with the fact that LLVM can now generate WoA PE/COFF objects.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=207347&r1=207346&r2=207347&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Sat Apr 26 23:29:36 2014
@@ -292,8 +292,7 @@ if (config.llvm_use_sanitizer == "Memory
     config.available_features.add("msan")
 
 # Direct object generation
-if not 'hexagon' in config.target_triple and \
-   not re.match('(arm|thumb).*windows', config.target_triple):
+if not 'hexagon' in config.target_triple:
     config.available_features.add("object-emission")
 
 if config.have_zlib == "1":





More information about the llvm-commits mailing list