Displaying 2 results from an estimated 2 matches for "db8cef96".
Did you mean:
db8ce9f3
2007 Aug 24
0
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
...ibes interface between llvm and linker. You need
system linker that implements this interface. LLVM tool kit does not
supply system linker.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070824/db8cef96/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