[llvm-commits] [llvm] r120191 - in /llvm/trunk/tools: CMakeLists.txt Makefile macho-dump/ macho-dump/CMakeLists.txt macho-dump/Makefile macho-dump/macho-dump.cpp

Chris Lattner clattner at apple.com
Sun Nov 28 11:23:06 PST 2010


On Nov 26, 2010, at 9:58 PM, Daniel Dunbar wrote:

> Author: ddunbar
> Date: Fri Nov 26 23:58:44 2010
> New Revision: 120191
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=120191&view=rev
> Log:
> macho-dump: Stub out C++ macho-dump tool.


Ok, but why "macho-dump"?  Why not make it be "llvm-obj-dump" with a bunch of different flags?  Alternatively, it could be lumped in as a mode in llvm-mc.

-Chris



More information about the llvm-commits mailing list