summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-20 03:48:23 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-20 03:48:23 +0000
commit01e490b9cf7fd6fac4c6c7275471f930407ca01a (patch)
tree772c42cf08319dc7fa5397cb2feb288c03c67348
parentec9022de4bc2948702e2248865821f1ad2c75e22 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256112 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/lit.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index b77f892d4d9..9fb9fb2b4de 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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":