17 lines
223 B
CMake
17 lines
223 B
CMake
|
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)
|