repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][Alignment] Introduce Alignment In Attributes
[llvm-core.git]
/
lib
/
LTO
/
CMakeLists.txt
blob
1730df665d83b31a0e81edff4403d18a5eacfc2d
1
add_llvm_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
14
DEPENDS
15
intrinsics_gen
16
llvm_vcsrevision_h
17
)