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
Add PR check to suggest alternatives to using undef (#118506)
[llvm-project.git]
/
clang
/
test
/
Headers
/
lit.local.cfg
blob
eee4495e06e67ff6121d4d6062f22c5f4f28718e
1
config.substitutions = list(config.substitutions)
2
3
# Enable substituting Clang Sema source directory for TableGen input.
4
config.substitutions.append(
5
("%clang_src_sema_dir", os.path.join(config.clang_src_dir, "lib", "Sema"))
6
)