[PowerPC] Add asm parser support for CR expressions
[oota-llvm.git] / test / MC / PowerPC / lit.local.cfg
1 config.suffixes = ['.ll', '.c', '.cpp', '.s']
2
3 targets = set(config.root.targets_to_build.split())
4 if not 'PowerPC' in targets:
5     config.unsupported = True