[msan][NFCI] Add tests for Arm NEON saturating extract narrow (#125331)
[llvm-project.git] / clang-tools-extra / clangd / test / lit.local.cfg
blob08582b6b967ce36ebe83f507231e94c004a6b04c
1 import re
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