1set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support object)
2
3add_llvm_tool(macho-dump
4  macho-dump.cpp
5  )
6