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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
lib
/
Serialization
/
CMakeLists.txt
blob
5a4b3a58e9c45e84c3a2771f64f19ef0247174fa
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
BitstreamReader
4
Support
5
TargetParser
6
)
7
8
9
add_clang_library(clangSerialization
10
ASTCommon.cpp
11
ASTReader.cpp
12
ASTReaderDecl.cpp
13
ASTReaderStmt.cpp
14
ASTWriter.cpp
15
ASTWriterDecl.cpp
16
ASTWriterStmt.cpp
17
GeneratePCH.cpp
18
GlobalModuleIndex.cpp
19
InMemoryModuleCache.cpp
20
ModuleFile.cpp
21
ModuleFileExtension.cpp
22
ModuleManager.cpp
23
PCHContainerOperations.cpp
24
25
ADDITIONAL_HEADERS
26
ASTCommon.h
27
ASTReaderInternals.h
28
29
LINK_LIBS
30
clangAST
31
clangBasic
32
clangLex
33
clangSema
34
35
DEPENDS
36
omp_gen
37
ClangDriverOptions
38
)