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 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