bolt/deps/llvm-18.1.8/llvm/tools/llvm-dwarfutil/CMakeLists.txt
2025-02-14 19:21:04 +01:00

30 lines
501 B
CMake

set(LLVM_TARGET_DEFINITIONS Options.td)
tablegen(LLVM Options.inc -gen-opt-parser-defs)
add_public_tablegen_target(DwarfutilTableGen)
set(LLVM_LINK_COMPONENTS
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
CodeGenTypes
DWARFLinker
DWARFLinkerClassic
DWARFLinkerParallel
DebugInfoDWARF
MC
ObjCopy
Object
Option
Support
Target
TargetParser
)
add_llvm_tool(llvm-dwarfutil
llvm-dwarfutil.cpp
DebugInfoLinker.cpp
DEPENDS
intrinsics_gen
${tablegen_deps}
)