llvm-project/llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt

20 lines
309 B
CMake

set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsInfos
AllTargetsDisassemblers
BinaryFormat
DebugInfoLogicalView
DebugInfoCodeView
DebugInfoDWARF
DebugInfoPDB
MC
MCDisassembler
Object
Support
)
add_llvm_tool(llvm-debuginfo-analyzer
llvm-debuginfo-analyzer.cpp
Options.cpp
)