[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / EarlyCSE / AArch64 / lit.local.cfg
blobf04a511240924dc47db28208c35f72067fdec580
1 config.suffixes = [".ll"]
3 targets = set(config.root.targets_to_build.split())
4 if not "AArch64" in targets:
5     config.unsupported = True