Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32 while investigating since r219108."

It has been fixed since r219280 by David Majnemer.

llvm-svn: 256112
This commit is contained in:
NAKAMURA Takumi 2015-12-20 03:48:23 +00:00
parent fa4e474741
commit 68369b1c2f
1 changed files with 1 additions and 2 deletions

View File

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