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
/
CrossTU
/
CMakeLists.txt
blob
222b7e83dc38c1960b4d2ed5405644cb465daff0
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Support
4
)
5
6
add_clang_unittest(CrossTUTests
7
CrossTranslationUnitTest.cpp
8
)
9
10
clang_target_link_libraries(CrossTUTests
11
PRIVATE
12
clangAST
13
clangBasic
14
clangCrossTU
15
clangFrontend
16
clangSerialization
17
clangTooling
18
)