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
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":