xref: /llvm-project/llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt (revision 077a2a4bcddf62fd002f80f150ef0e5c785ba89b)
1set(LLVM_LINK_COMPONENTS
2  AllTargetsDescs
3  AllTargetsDisassemblers
4  AllTargetsInfos
5  BinaryFormat
6  DebugInfoCodeView
7  DebugInfoLogicalView
8  DebugInfoPDB
9  MC
10  MCDisassembler
11  Object
12  Support
13  )
14
15add_llvm_tool(llvm-debuginfo-analyzer
16  llvm-debuginfo-analyzer.cpp
17  Options.cpp
18  )
19