view mlir/test/mlir-cpu-runner/lit.local.cfg @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 2e18cbf3894f
line wrap: on
line source

import sys

# FIXME: llvm orc does not support the COFF rtld.
if sys.platform == 'win32':
    config.unsupported = True