[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / dsymutil / ARM / lit.local.cfg
blobd951f4ff14d4ed24104322d04b905cc2b132e294
1 if not "ARM" in config.root.targets:
2     config.unsupported = True
3 if not "AArch64" in config.root.targets:
4     config.unsupported = True
6 if config.llvm_use_sanitizer:
7     suppr = os.path.join(
8         os.path.dirname(os.path.realpath(__file__)), "suppressions.txt"
9     )
10     config.environment["LSAN_OPTIONS"] = "suppressions={}".format(suppr)
12 config.suffixes = [".test", ".cpp", ".c"]