bolt/deps/llvm-18.1.8/llvm/lib/DWARFLinker/Classic/CMakeLists.txt
2025-02-14 19:21:04 +01:00

24 lines
390 B
CMake

add_llvm_component_library(LLVMDWARFLinkerClassic
DWARFLinkerCompileUnit.cpp
DWARFLinkerDeclContext.cpp
DWARFLinker.cpp
DWARFStreamer.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
DEPENDS
intrinsics_gen
LINK_COMPONENTS
AsmPrinter
BinaryFormat
CodeGen
CodeGenTypes
DebugInfoDWARF
DWARFLinker
MC
Object
Support
TargetParser
)