1set(LLVM_LINK_COMPONENTS 2 DebugInfoDWARF 3 AllTargetsDescs 4 AllTargetsInfos 5 MC 6 Object 7 Support 8 ) 9 10add_llvm_tool(llvm-dwarfdump 11 Statistics.cpp 12 llvm-dwarfdump.cpp 13 ) 14 15add_subdirectory(fuzzer) 16