[LLVMdev] Some understanding of LLVM vs gCC vs Intel C++ Compilers

Chris Lattner clattner at apple.com
Sun Jun 14 21:37:40 PDT 2009


On Jun 14, 2009, at 9:17 PM, Jason Todd Slack-Moehrle wrote:

>>
>> Both llvm-gcc and clang work as drop in replacements for GCC.  They
>> take the same command line options etc, and are both quite usable on
>> the command line.
>
> Can you provide advice on why Intel C++ compilers vs LLVM-GCC vs just
> normal GCC? Like benefits to one over the others? Pros and Cons, etc,
> etc...

Not really, I'm not very familiar with intel's C++ compiler.  One  
obvious advantage of llvm-gcc is that it's free :)

-Chris



More information about the llvm-dev mailing list