brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · e7b7d78 Raw
7 lines · plain
1if not ("X86" in config.root.targets):2    # We need support for X86.3    config.unsupported = True4 5config.suffixes.add(".asm")6config.suffixes.add(".blah")7