Remove the build_unwind function from the OCaml bindings.
[oota-llvm.git] / tools / macho-dump / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support object)
2
3 add_llvm_tool(macho-dump
4   macho-dump.cpp
5   )