Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / OpenMP / lit.local.cfg
blob58ee923cb7ec5b929212055a75e616d6b1db720f
1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
2 from lit.llvm.subst import ToolSubst
4 fc = ToolSubst("FileCheck", unresolved="fatal")
5 config.substitutions.insert(0, (fc.regex, "FileCheck --allow-unused-prefixes"))