Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementation and...
[oota-llvm.git] / tools / macho-dump / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
5
6 add_llvm_tool(macho-dump
7   macho-dump.cpp
8   )