brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · baf1b39 Raw
5 lines · plain
1config.substitutions = list(config.substitutions)2config.substitutions.insert(3    0, (r"%clang\b", """*** Do not use the driver in Sema tests. ***""")4)5