brintos

brintos / llvm-project-archived public Read only

0
0
Text · 101 B · 198945a Raw
5 lines · python
1import re2 3if not re.match(r".*-windows-msvc$", config.target_triple):4    config.unsupported = True5