[llvm-commits] [llvm-gcc-4.2] r49171 - in /llvm-gcc-4.2/trunk/gcc: llvm-convert.cpp llvm-types.cpp

Devang Patel dpatel at apple.com
Tue Apr 8 09:15:02 PDT 2008


On Apr 7, 2008, at 11:58 PM, Duncan Sands wrote:

>>>> I think a point I made earlier has gotten lost:  it is not possible
>>>> to
>>>> handle this without changing the linker.
>>>
>>> I've created PR2205 for this.
>>
>> What about the case when system linker (e.g. gnu ld or darwin ld on
>> Mac OS X) ?
>
> Do you mean when doing LTO?

No.

I mean, when two separate source files with conflicting (or rather not  
matching) declarations are compiled into the native .o files and  
linked  together using system linker.
-
Devang

> Presumably it will use the same code as
> llvm-link, but in case it doesn't I've added a note to the PR.





More information about the llvm-commits mailing list