Displaying 1 result from an estimated 1 matches for "megatool".
Did you mean:
megabook
2011 Oct 23
2
[LLVMdev] Adding sub-commands and option classes to the command line library.
There was discussion on IRC about merging all of the compiler hacker
tools (llvm-as, bugpoint, llc, lli, etc...) into a single llvm
megatool. This tool would work similar to how most version control cli
programs work. One would call 'llvm as bitcode.ll' instead of 'llvm-as
bitcode.ll'. The main reason for this is to improve link time, but it
also reduces the total file size (especially in the case of static
linking), and...