bolt/deps/llvm-18.1.8/compiler-rt/test/cfi/icall/lit.local.cfg.py
2025-02-14 19:21:04 +01:00

3 lines
165 B
Python

# The cfi-icall checker is only supported on x86 and x86_64 for now.
if config.root.host_arch not in ["x86", "x86_64", "loongarch64"]:
config.unsupported = True