mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 14:36:38 +00:00
19 lines
292 B
CMake
19 lines
292 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsDescs
|
|
AllTargetsDisassemblers
|
|
AllTargetsInfos
|
|
BinaryFormat
|
|
DebugInfoCodeView
|
|
DebugInfoLogicalView
|
|
DebugInfoPDB
|
|
MC
|
|
MCDisassembler
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-debuginfo-analyzer
|
|
llvm-debuginfo-analyzer.cpp
|
|
Options.cpp
|
|
)
|