[llvm-commits] [llvm] r94974 - in /llvm/trunk/tools/ed: EDDisassembler.cpp EDDisassembler.h EDInst.cpp EDInst.h EDMain.cpp EDOperand.cpp EDOperand.h EDToken.cpp EDToken.h EnhancedDisassembly.exports

Eric Christopher echristo at apple.com
Mon Feb 1 16:30:40 PST 2010


Hi Sean,

> 
> you're right, and I definitely wouldn't name an executable that way.
> 
> The library that's built in tools/ed is libEnhancedDisassembler.a/.so.  The reason I called the directory ed is that if I called it EnhancedDisassembly it would play havoc with what people see when they type 'ls' in the tools subdirectory, and it would be annoying to cd into that directory.
> 
> If you think the potential confusion still outweighs the benefits of a compact folder name, let me know and I'll see what I can do to fix it.
> 

Were you planning on having a command line tool to test the library (or just use on the command line for that matter :).  If so, something like Bob's suggestion of edis could be nice, or llvm-edis to match everything else.

-eric



More information about the llvm-commits mailing list