forked from OSchip/llvm-project
Disable the mlir-cpu-runner tests on win32. llvm orc does not support the COFF rtld.
-- PiperOrigin-RevId: 250556116
This commit is contained in:
parent
1fd1c7a8bb
commit
1ebbb135cc
|
@ -0,0 +1,5 @@
|
||||||
|
import sys
|
||||||
|
|
||||||
|
# FIXME: llvm orc does not support the COFF rtld.
|
||||||
|
if sys.platform == 'win32':
|
||||||
|
config.unsupported = True
|
Loading…
Reference in New Issue