brintos

brintos / llvm-project-archived public Read only

0
0
Text · 278 B · 7a0adf3 Raw
20 lines · plain
1set(LLVM_LINK_COMPONENTS2  BinaryFormat3  DebugInfoDWARF4  DebugInfoDWARFLowLevel5  AllTargetsDescs6  AllTargetsInfos7  MC8  Object9  Support10  TargetParser11  )12 13add_llvm_tool(llvm-dwarfdump14  SectionSizes.cpp15  Statistics.cpp16  llvm-dwarfdump.cpp17  )18 19add_subdirectory(fuzzer)20