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
[SCCP] Avoid modifying AdditionalUsers while iterating over it
[llvm-project.git]
/
clang
/
unittests
/
Basic
/
CMakeLists.txt
blob
9d23a069968a8554699cbe4397ea052a9fa5f97f
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(BasicTests
6
CharInfoTest.cpp
7
DiagnosticTest.cpp
8
FileEntryTest.cpp
9
FileManagerTest.cpp
10
LineOffsetMappingTest.cpp
11
SanitizersTest.cpp
12
SourceManagerTest.cpp
13
)
14
15
clang_target_link_libraries(BasicTests
16
PRIVATE
17
clangAST
18
clangBasic
19
clangLex
20
)