[llvm-commits] [llvm] r72700 - in /llvm/trunk/tools/lto: LTOModule.cpp LTOModule.h

Eli Friedman eli.friedman at gmail.com
Tue Jun 2 11:31:35 PDT 2009


On Tue, Jun 2, 2009 at 11:23 AM, Duncan Sands<baldrick at free.fr> wrote:
> Devang Patel wrote:
>> On Tue, Jun 2, 2009 at 3:24 AM, Duncan Sands <baldrick at free.fr> wrote:
>>> What if someone links .bc files together by hand using llvm-link?
>>>
>>
>> Why do you think it won't work without this LTOModule patch ?
>
> Too many negatives... not sure what you are asking.

>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.

-Eli



More information about the llvm-commits mailing list