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