Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
cfi
/
icall
/
lit.local.cfg.py
blob: db08765a2bb29886c7a6ff01aa265391284eea27 [
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