1set(LLVM_LINK_COMPONENTS
2  DebugInfo
3  Object
4  Support
5  )
6
7add_llvm_tool(llvm-dwarfdump
8  llvm-dwarfdump.cpp
9  )
10