summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg b/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
index aa213e4ca20..a18acd33200 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
+++ b/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
@@ -1,2 +1,8 @@
+import sys
+
if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
config.unsupported = True
+
+# FIXME: These tests don't pass with the COFF rtld.
+if sys.platform == 'win32':
+ config.unsupported = True
OpenPOWER on IntegriCloud