xref: /aosp_15_r20/external/llvm/test/tools/dsymutil/ARM/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1if not 'ARM' in config.root.targets:
2    config.unsupported = True
3if not 'AArch64' in config.root.targets:
4    config.unsupported = True
5
6config.suffixes = ['.test', '.cpp', '.c']
7
8