summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Attributor/lit.local.cfg
blob: c114693dd7ed8b238a2c14e33d06adc711d4b064 (plain)
1
2
3
4
5
# -*- 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'))