llvm-project/llvm/lib/LTO/CMakeLists.txt
2023-04-17 00:32:16 +09:00

40 lines
572 B
CMake

add_llvm_component_library(LLVMLTO
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
Instrumentation
Linker
MC
ObjCARC
Object
Passes
Remarks
Scalar
Support
Target
TargetParser
TransformUtils
)