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
[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
index
/
remote
/
marshalling
/
CMakeLists.txt
blob
d7e37003e5f984ae0115240986bd2f89e4989cdd
1
add_clang_library(clangdRemoteMarshalling STATIC
2
Marshalling.cpp
3
4
LINK_LIBS
5
clangdRemoteIndexProto
6
clangDaemon
7
clangdSupport
8
9
DEPENDS
10
clangdRemoteIndexProto
11
)