repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis] Fix missing std::move.
[llvm-complete.git]
/
lib
/
LTO
/
CMakeLists.txt
blob
73b5662d4bc8ed10b1383f0c617db5d71d011028
1
add_llvm_library(LLVMLTO
2
Caching.cpp
3
LTO.cpp
4
LTOBackend.cpp
5
LTOModule.cpp
6
LTOCodeGenerator.cpp
7
UpdateCompilerUsed.cpp
8
ThinLTOCodeGenerator.cpp
9
10
ADDITIONAL_HEADER_DIRS
11
${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
12
13
DEPENDS
14
intrinsics_gen
15
llvm_vcsrevision_h
16
)