39 lines
551 B
CMake
39 lines
551 B
CMake
|
add_llvm_component_library(LLVMLTO
|
||
|
Caching.cpp
|
||
|
LTO.cpp
|
||
|
LTOBackend.cpp
|
||
|
LTOModule.cpp
|
||
|
LTOCodeGenerator.cpp
|
||
|
SummaryBasedOptimizations.cpp
|
||
|
UpdateCompilerUsed.cpp
|
||
|
ThinLTOCodeGenerator.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
|
||
|
DEPENDS
|
||
|
intrinsics_gen
|
||
|
llvm_vcsrevision_h
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
AggressiveInstCombine
|
||
|
Analysis
|
||
|
BinaryFormat
|
||
|
BitReader
|
||
|
BitWriter
|
||
|
CodeGen
|
||
|
Core
|
||
|
Extensions
|
||
|
IPO
|
||
|
InstCombine
|
||
|
Linker
|
||
|
MC
|
||
|
ObjCARC
|
||
|
Object
|
||
|
Passes
|
||
|
Remarks
|
||
|
Scalar
|
||
|
Support
|
||
|
Target
|
||
|
TransformUtils
|
||
|
)
|