summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg
index 523d69ca058..48de3334683 100644
--- a/llvm/test/lit.cfg
+++ b/llvm/test/lit.cfg
@@ -495,7 +495,7 @@ if 'darwin' == sys.platform:
config.available_features.add('fma3')
sysctl_cmd.wait()
-if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_triple):
+if platform.system() in ['Windows']:
# For tests that require Windows to run.
config.available_features.add('system-windows')
OpenPOWER on IntegriCloud