1add_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 Linker 29 MC 30 ObjCARC 31 Object 32 Passes 33 Remarks 34 Scalar 35 Support 36 Target 37 TransformUtils 38) 39