repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
Attributor
/
lit.local.cfg
blob
c114693dd7ed8b238a2c14e33d06adc711d4b064
1
# -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
2
from lit.llvm.subst import ToolSubst
3
4
fc = ToolSubst('FileCheck', unresolved='fatal')
5
config.substitutions.insert(0, (fc.regex, 'FileCheck --allow-unused-prefixes'))