tests: Windows ARM now supports object emission
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 04:29:36 +0000 (04:29 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 04:29:36 +0000 (04:29 +0000)
Update lit.cfg with the fact that LLVM can now generate WoA PE/COFF objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207347 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index bbf0a6b1f50a84618dc26549b4deb28dde0ddac2..df1850a663dca92f8388705fa70d571387e1ff90 100644 (file)
@@ -292,8 +292,7 @@ if (config.llvm_use_sanitizer == "Memory" or
     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":