ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
[oota-llvm.git] / tools / llvm-dwarfdump / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   DebugInfo
3   Object
4   )
5
6 add_llvm_tool(llvm-dwarfdump
7   llvm-dwarfdump.cpp
8   )