[llvm-commits] [llvm] r72700 - in /llvm/trunk/tools/lto: LTOModule.cpp LTOModule.h
Duncan Sands
baldrick at free.fr
Tue Jun 2 12:04:51 PDT 2009
>>From the description, I think this is an issue of emulating some funny
> linker hacks in LTO mode rather than an issue of actual linking. So
> whether two files are linked with llvm-link has no effect on the
> issue.
Isn't LTO supposed to be more or less equivalent to: link using
llvm-link, optimize using opt, codegen using llc? If so, that
means that any hack needed for LTO should also be needed by one
of llvm-link, opt or llc...
Ciao,
Duncan.
More information about the llvm-commits
mailing list