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