Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
llvm
/
test
/
Transforms
/
Attributor
/
lit.local.cfg
blob: 58ee923cb7ec5b929212055a75e616d6b1db720f [
file
] [
log
] [
blame
]
# -*- 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"
))