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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
lib
/
LTO
/
CMakeLists.txt
blob
824e2e4e84c75ccdae6357a9c99be4be5a7e0e74
1
add_llvm_component_library(LLVMLTO
2
Caching.cpp
3
LTO.cpp
4
LTOBackend.cpp
5
LTOModule.cpp
6
LTOCodeGenerator.cpp
7
SummaryBasedOptimizations.cpp
8
UpdateCompilerUsed.cpp
9
ThinLTOCodeGenerator.cpp
10
11
ADDITIONAL_HEADER_DIRS
12
${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
13
DEPENDS
14
intrinsics_gen
15
llvm_vcsrevision_h
16
17
LINK_COMPONENTS
18
AggressiveInstCombine
19
Analysis
20
BinaryFormat
21
BitReader
22
BitWriter
23
CodeGen
24
Core
25
Extensions
26
IPO
27
InstCombine
28
Instrumentation
29
Linker
30
MC
31
ObjCARC
32
Object
33
Passes
34
Remarks
35
Scalar
36
Support
37
Target
38
TransformUtils
39
)