Disable the mlir-cpu-runner tests on win32. llvm orc does not support the COFF rtld.

--

PiperOrigin-RevId: 250556116
This commit is contained in:
River Riddle 2019-05-29 13:35:44 -07:00 committed by Mehdi Amini
parent 1fd1c7a8bb
commit 1ebbb135cc
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import sys
# FIXME: llvm orc does not support the COFF rtld.
if sys.platform == 'win32':
config.unsupported = True