1 set(LLVM_LINK_COMPONENTS 2 ${LLVM_TARGETS_TO_BUILD} 3 Object 4 Support 5 ) 6 7 add_llvm_tool(llvm-cxxdump 8 llvm-cxxdump.cpp 9 Error.cpp 10 ) 11