Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
llvm
/
tools
/
llvm-dwarfdump
/
CMakeLists.txt
blob: aeb1b8f14d830c5edce6352be89e8a9ef8f031a2 [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
DebugInfoDWARFLowLevel
AllTargetsDescs
AllTargetsInfos
MC
Object
Support
TargetParser
)
add_llvm_tool(llvm-dwarfdump
SectionSizes.cpp
Statistics.cpp
llvm-dwarfdump.cpp
)
add_subdirectory(fuzzer)