brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · 6e64199 Raw
4 lines · python
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 = True4