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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
unittests
/
Serialization
/
CMakeLists.txt
blob
cfb4089167aadc1469beff1eff2556b6b1e277a4
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
BitstreamReader
4
Support
5
)
6
7
add_clang_unittest(SerializationTests
8
InMemoryModuleCacheTest.cpp
9
ModuleCacheTest.cpp
10
SourceLocationEncodingTest.cpp
11
)
12
13
clang_target_link_libraries(SerializationTests
14
PRIVATE
15
clangAST
16
clangBasic
17
clangFrontend
18
clangLex
19
clangSema
20
clangSerialization
21
)