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
/
Serialization
/
CMakeLists.txt
blob
f143f28e12326ef11ff8f798958784f5ef578328
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
BitstreamReader
4
Support
5
)
6
7
add_clang_unittest(SerializationTests
8
InMemoryModuleCacheTest.cpp
9
)
10
11
clang_target_link_libraries(SerializationTests
12
PRIVATE
13
clangAST
14
clangBasic
15
clangLex
16
clangSema
17
clangSerialization
18
)