[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / llvm / lib / LTO / CMakeLists.txt
blob9872a576af102121e4f1e3b652591ef6044ee158
1 add_llvm_component_library(LLVMLTO
2   LTO.cpp
3   LTOBackend.cpp
4   LTOModule.cpp
5   LTOCodeGenerator.cpp
6   SummaryBasedOptimizations.cpp
7   UpdateCompilerUsed.cpp
8   ThinLTOCodeGenerator.cpp
10   ADDITIONAL_HEADER_DIRS
11   ${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
12   DEPENDS
13   intrinsics_gen
14   llvm_vcsrevision_h
16   LINK_COMPONENTS
17   AggressiveInstCombine
18   Analysis
19   BinaryFormat
20   BitReader
21   BitWriter
22   CodeGen
23   CodeGenTypes
24   Core
25   Extensions
26   IPO
27   InstCombine
28   Instrumentation
29   Linker
30   MC
31   ObjCARC
32   Object
33   Passes
34   Remarks
35   Scalar
36   Support
37   Target
38   TargetParser
39   TransformUtils
40   )