blob: 07745cca7773629339bb645e2fe348e13307930b [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
AllTargetsDescs
AllTargetsInfos
MC
Object
Support
)
add_llvm_tool(llvm-dwarfdump
Statistics.cpp
llvm-dwarfdump.cpp
)
if(LLVM_USE_SANITIZE_COVERAGE)
add_subdirectory(fuzzer)
endif()