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

Devang Patel dpatel at apple.com
Fri Dec 12 10:16:25 PST 2008


On Dec 11, 2008, at 11:54 PM, Duncan Sands wrote:

> 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

Fixed.

>
>
>> +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

Fixed.

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

Note, this tiny man page is only used by build script used on Darwin.  
Traditional ./configure && make && make install will use standard gcc  
man page, which needs title change other modifications for llvm  
specific behaviors.


-
Devang






More information about the llvm-commits mailing list