[X86] DAGCombine should not introduce FILD in soft-float mode
[oota-llvm.git] / test / lit.cfg
index f6f65646438edf1066f2ffc5358181f87eeb4dcf..f4b8df33325408f72c6cb4b37015d8a381287bda 100644 (file)
@@ -443,7 +443,7 @@ if 'darwin' == sys.platform:
         config.available_features.add('fma3')
     sysctl_cmd.wait()
 
-if platform.system() in ['Windows']:
+if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_triple):
     # For tests that require Windows to run.
     config.available_features.add('system-windows')