1set(LLVM_LINK_COMPONENTS 2 AllTargetsInfos 3 MC 4 Object 5 Support 6 ) 7 8add_llvm_tool(llvm-cxxdump 9 llvm-cxxdump.cpp 10 Error.cpp 11 ) 12