[llvm-commits] [llvm-gcc-4.2] r60913 - /llvm-gcc-4.2/trunk/gcc/doc/llvm-gcc.1

Duncan Sands baldrick at free.fr
Thu Dec 11 23:54:44 PST 2008


Hi Devang,

> +llvm-gcc is a C, C++, Objective-C and Objective-C++ compiler.

You forgot Ada and Fortran :)

> llvm-gcc uses gcc front-end and gcc's command line interface. Consult cc(1) man page for command line options supported by llvm-gcc.

Consult cc(1) man page -> Consult the cc(1) man page

> +Enables Link Time Optimization. Link Time Optimization is performed by ld(1) transparently using LLVM optimizer. The object file generated contains intermediate LLVM bitcode instead of Mach-O objects.

using LLVM optimizer -> using the LLVM optimizer
Note that this is only correct on Darwin.
Mach-O is also darwin specific.

Ciao,

Duncan.



More information about the llvm-commits mailing list