[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html

Devang Patel dpatel at apple.com
Fri Aug 24 14:04:19 PDT 2007


On Aug 24, 2007, at 1:45 PM, Holger Schurig wrote:

> In the gray block below "Example of link time optimization" there are
> some source files and then a list of commands to execute:
>
> $ llvm-gcc4 --emit-llvm -c a.c -o a.o
> $ llvm-gcc4 -c main.c -o main.o
> $ llvm-gcc4 a.o main.o -o main
>
> 1) in current LLVM (e.g. llvm itself, cfe, llvm-gcc-4.0) no binary  
> with
> the name "llvm-gcc4" get's created

Well, it depends on the configure parameter used while building llvm- 
gcc. The point is, these examples are not verified with gcc-3.x based  
llvm-gcc.

-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070824/ba14ac8e/attachment.html>


More information about the llvm-dev mailing list