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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
lib
/
Tooling
/
Core
/
CMakeLists.txt
blob
e523ca45301e25a2cec64ef1f31c818ca09db623
1
set(LLVM_LINK_COMPONENTS support)
2
3
add_clang_library(clangToolingCore
4
Diagnostic.cpp
5
Replacement.cpp
6
7
LINK_LIBS
8
clangBasic
9
clangLex
10
clangRewrite
11
)