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