brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · 680ebdd Raw
8 lines · plain
1if not "X86" in config.root.targets:2    config.unsupported = True3 4flags = "--target=x86_64-unknown-linux-gnu -nostdlib -mllvm -x86-asm-syntax=att"5 6config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))7config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))8