Remove static global GCNames from Function.cpp and move it to the Context
[oota-llvm.git] / test / lit.cfg
index 3f710debf23a36cb83d3b2f9615111be15781246..5cc4d6e0456100b5dfc30ac29ed1d9e0c4eeaae6 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
-# 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":