summaryrefslogtreecommitdiff
path: root/test/LTO/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/LTO/lit.local.cfg')
-rw-r--r--test/LTO/lit.local.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg
new file mode 100644
index 0000000000..f61943a77a
--- /dev/null
+++ b/test/LTO/lit.local.cfg
@@ -0,0 +1,6 @@
+targets = set(config.root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
+if config.root.host_os in ['Cygwin', 'MingW', 'Windows']:
+ config.unsupported = True