blob: dd6a5bb240ecec4cde756ce26c83788f5e16520f [file] [log] [blame]
config.suffixes = ['.ll', '.c', '.cpp']
def getRoot(config):
if not config.parent:
return config
return getRoot(config.parent)
root = getRoot(config)
if root.host_arch in ['PowerPC', 'AArch64']:
config.unsupported = True