Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
[llvm/stm8.git] / tools / macho-dump / CMakeLists.txt
blobd55e1d5c413910ac8f199eaa129ddf64206525cc
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support object)
3 add_llvm_tool(macho-dump
4   macho-dump.cpp
5   )