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
[msan][NFCI] Add tests for Arm NEON saturating extract narrow (#125331)
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
test
/
lit.local.cfg
blob
08582b6b967ce36ebe83f507231e94c004a6b04c
1
import re
2
3
# We rely on the default -std being derived from the filetype.
4
# PS4 sets a different -std, and many tests break.
5
# FIXME: make our tests less brittle instead.
6
if re.match(r".*-scei-ps4", config.target_triple):
7
config.unsupported = True