brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 58ee923 Raw
6 lines · plain
1# -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:2from lit.llvm.subst import ToolSubst3 4fc = ToolSubst("FileCheck", unresolved="fatal")5config.substitutions.insert(0, (fc.regex, "FileCheck --allow-unused-prefixes"))6