Disable the mlir-cpu-runner tests on win32. llvm orc does not support the COFF...
authorRiver Riddle <riverriddle@google.com>
Wed, 29 May 2019 20:35:44 +0000 (13:35 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:08:12 +0000 (20:08 -0700)
--

PiperOrigin-RevId: 250556116

mlir/test/mlir-cpu-runner/lit.local.cfg [new file with mode: 0644]

diff --git a/mlir/test/mlir-cpu-runner/lit.local.cfg b/mlir/test/mlir-cpu-runner/lit.local.cfg
new file mode 100644 (file)
index 0000000..7fd56a7
--- /dev/null
@@ -0,0 +1,5 @@
+import sys
+
+# FIXME: llvm orc does not support the COFF rtld.
+if sys.platform == 'win32':
+    config.unsupported = True
\ No newline at end of file