Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Dec 2015 03:48:23 +0000 (03:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Dec 2015 03:48:23 +0000 (03:48 +0000)
It has been fixed since r219280 by David Majnemer.

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

test/lit.cfg

index b77f892d4d9225289b5887910672f989119630ef..9fb9fb2b4de1972b5d8f9ab7cf2a6ef938daba22 100644 (file)
@@ -352,8 +352,7 @@ if lit_config.params.get("run_long_tests", None) == "true":
     config.available_features.add("long_tests")
 
 # Direct object generation
     config.available_features.add("long_tests")
 
 # Direct object generation
-# Suppress x86_64-mingw32 while investigating since r219108.
-if not 'hexagon' in config.target_triple and not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
+if not 'hexagon' in config.target_triple:
     config.available_features.add("object-emission")
 
 if config.have_zlib == "1":
     config.available_features.add("object-emission")
 
 if config.have_zlib == "1":