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