xref: /llvm-project/compiler-rt/test/cfi/cross-dso/icall/lit.local.cfg.py (revision adb555ea369a3a989a9db619c784aa76cccdb823)
1# The cfi-icall checker is only supported on x86 and x86_64 for now.
2if config.root.host_arch not in ["x86", "x86_64", "loongarch64"]:
3    config.unsupported = True
4