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
/
Sema
/
CMakeLists.txt
blob
7ded562e8edfa574e58e87ab8d2333733ae5ac3b
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_unittest(SemaTests
7
ExternalSemaSourceTest.cpp
8
CodeCompleteTest.cpp
9
GslOwnerPointerInference.cpp
10
SemaLookupTest.cpp
11
SemaNoloadLookupTest.cpp
12
)
13
14
clang_target_link_libraries(SemaTests
15
PRIVATE
16
clangAST
17
clangASTMatchers
18
clangBasic
19
clangFrontend
20
clangParse
21
clangSema
22
clangSerialization
23
clangTooling
24
)
25
26
target_link_libraries(SemaTests
27
PRIVATE
28
LLVMTestingAnnotations
29
LLVMTestingSupport
30
clangTesting
31
)