Sign in
llvm
/
llvm-project
/
compiler-rt
/
3e7254bcfe4e9b951fd53ecbea499417d99ff943
/
.
/
test
/
cfi
/
icall
/
lit.local.cfg.py
blob: 749c265bbf1c0c00472acea55a1b4bc8bc45c8dd [
file
] [
log
] [
blame
]
# The cfi-icall checker is only supported on x86 and x86_64 for now.
if
config
.
root
.
host_arch
not
in
[
"x86"
,
"x86_64"
]:
config
.
unsupported
=
True