普通文本  |  5行  |  157 B

config.suffixes = ['.ll', '.c', '.cpp', '.s']

targets = set(config.root.targets_to_build.split())
if not 'AArch64' in targets:
    config.unsupported = True