repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
compiler-rt
/
test
/
cfi
/
icall
/
lit.local.cfg.py
blob
6e64199ed5c5043258be8a8bd929e420be220383
1
# The cfi-icall checker is only supported on x86 and x86_64 for now.
2
if
config
.
root
.
host_arch
not in
[
"x86"
,
"x86_64"
,
"loongarch64"
]:
3
config
.
unsupported
=
True