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
[AMDGPU][AsmParser][NFC] Translate parsed MIMG instructions to MCInsts automatically.
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
unittests
/
xpc
/
CMakeLists.txt
blob
ac04c3f4aed66590e859bd0f3e4486cea5c68659
1
set(LLVM_LINK_COMPONENTS
2
support
3
)
4
5
add_custom_target(ClangdXpcUnitTests)
6
add_unittest(ClangdXpcUnitTests ClangdXpcTests
7
ConversionTests.cpp
8
)
9
10
target_link_libraries(ClangdXpcTests
11
PRIVATE
12
clangdXpcJsonConversions
13
clangDaemon
14
LLVMSupport
15
LLVMTestingSupport
16
)