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
/
dex
/
dexp
/
CMakeLists.txt
blob
4fe42cb8786f1a2b8b76b13ddfff275ced7493f3
1
set(LLVM_LINK_COMPONENTS
2
LineEditor
3
Support
4
)
5
6
add_clang_executable(dexp
7
Dexp.cpp
8
)
9
10
clang_target_link_libraries(dexp
11
PRIVATE
12
clangBasic
13
)
14
target_link_libraries(dexp
15
PRIVATE
16
clangDaemon
17
clangdRemoteIndex
18
)