[analyzer][NFC] Remove "V2" from ArrayBoundCheckerV2.cpp (#126094)
[llvm-project.git] / compiler-rt / test / orc / TestCases / Darwin / arm64 / lit.local.cfg.py
blob79398ec6738c8ac40e325351dd8cfdb0d333a6c6
1 if config.root.host_arch not in ["aarch64", "arm64"]:
2 config.unsupported = True
4 if config.target_arch not in ["aarch64", "arm64"]:
5 config.unsupported = True