bolt/deps/llvm-18.1.8/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
2025-02-14 19:21:04 +01:00

18 lines
315 B
INI

import sys
if config.root.host_arch not in [
"i386",
"x86",
"x86_64",
"AMD64",
"mips",
"mipsel",
"mips64",
"mips64el",
"loongarch64",
]:
config.unsupported = True
# FIXME: These tests don't pass with the COFF rtld.
if sys.platform == "win32":
config.unsupported = True