1set(LLVM_LINK_COMPONENTS
2  Object
3  Support
4  )
5
6add_llvm_tool(macho-dump
7  macho-dump.cpp
8  )
9