bolt/deps/llvm-18.1.8/clang/test/OpenMP/lit.local.cfg
2025-02-14 19:21:04 +01:00

5 lines
229 B
Python

# -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
from lit.llvm.subst import ToolSubst
fc = ToolSubst("FileCheck", unresolved="fatal")
config.substitutions.insert(0, (fc.regex, "FileCheck --allow-unused-prefixes"))