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
[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git]
/
clang
/
unittests
/
Index
/
CMakeLists.txt
blob
ea940e9d7a9effb980260d3b488d6869a1ecb58e
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Support
4
)
5
6
add_clang_unittest(IndexTests
7
IndexTests.cpp
8
)
9
10
clang_target_link_libraries(IndexTests
11
PRIVATE
12
clangAST
13
clangBasic
14
clangFrontend
15
clangIndex
16
clangLex
17
clangSerialization
18
clangTooling
19
)