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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
lib
/
Rewrite
/
CMakeLists.txt
blob
93ecb3c835260fed329380e604080db95555dc61
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_library(clangRewrite
6
HTMLRewrite.cpp
7
Rewriter.cpp
8
TokenRewriter.cpp
9
10
LINK_LIBS
11
clangBasic
12
clangLex
13
)