Displaying 2 results from an estimated 2 matches for "ba14ac8e".
2007 Aug 24
0
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
...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>
2007 Aug 24
6
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
The web page "LLVM Link Time Optimization: Design and Implementation"
contains errors.
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