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
[Coverage] Map regions from system headers (#76950)
[llvm-project.git]
/
clang
/
unittests
/
Basic
/
CMakeLists.txt
blob
3844ba49add8dbfbd67fede5a165590daf5bfa0a
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(BasicTests
6
CharInfoTest.cpp
7
DarwinSDKInfoTest.cpp
8
DiagnosticTest.cpp
9
FileEntryTest.cpp
10
FileManagerTest.cpp
11
LineOffsetMappingTest.cpp
12
SanitizersTest.cpp
13
SarifTest.cpp
14
SourceManagerTest.cpp
15
)
16
17
clang_target_link_libraries(BasicTests
18
PRIVATE
19
clangBasic
20
clangLex
21
)
22
23
target_link_libraries(BasicTests
24
PRIVATE
25
LLVMTestingSupport
26
)