Displaying 1 result from an estimated 1 matches for "createllvmoptimizer".
2008 Jan 24
2
[LLVMdev] LTO ?
...on pass,
but I can't seem to find how LTO gets used. My crude approach has
been to compile
LLVM for debugging, and then run gdb on llvm-ld with -O5 and two .bc
files, trying to
catch LTO in action. I've also scanned the compiled tools, and none
of them appear
to use the symbol 'createLLVMOptimizer' (or anything with 'lto',
etc). The document at
http://llvm.org/releases/2.1/docs/LinkTimeOptimization.html doesn't
seem to be of much
help for getting started with this. How do I provoke LTO? Any
suggestions?
Thanks,
Jeff
Jeff Inman -- jti at lanl.gov
Advanced Archi...