[clang][bytecode] Fix reporting failed local constexpr initializers (#123588)
[llvm-project.git] / llvm / lib / LTO / CMakeLists.txt
blob057d73b6349cf14c04861d762a05cfa1e848822a
1 add_llvm_component_library(LLVMLTO
2   LTO.cpp
3   LTOBackend.cpp
4   LTOModule.cpp
5   LTOCodeGenerator.cpp
6   UpdateCompilerUsed.cpp
7   ThinLTOCodeGenerator.cpp
9   ADDITIONAL_HEADER_DIRS
10   ${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
11   DEPENDS
12   intrinsics_gen
13   llvm_vcsrevision_h
15   LINK_LIBS
16   ${LLVM_PTHREAD_LIB}
18   LINK_COMPONENTS
19   AggressiveInstCombine
20   Analysis
21   BinaryFormat
22   BitReader
23   BitWriter
24   CGData
25   CodeGen
26   CodeGenTypes
27   Core
28   Extensions
29   IPO
30   InstCombine
31   Instrumentation
32   Linker
33   MC
34   ObjCARC
35   Object
36   Passes
37   Remarks
38   Scalar
39   Support
40   Target
41   TargetParser
42   TransformUtils
43   )