[PATCH] D12029: [lld] LinkDriver, lld-link: introduce shim.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 23:41:08 PDT 2015


I guess that the experience of the compiler is not directly applicable to
this because the architecture is pretty different. I'd like to know which
options cannot be mapped to link.exe options, which can, and which options
don't have to be supported (some GNU ld options for PE/COFF seem to
implement experimental features which does not seem to me to have to be
supported). Also, do we have to support linker script on Windows?

On Tue, Aug 18, 2015 at 12:28 PM, Reid Kleckner <rnk at google.com> wrote:

> I don't think a pure aliasing or wrapping approach will work long term.
> There are things like -rdynamic that we want to support but they have no
> link.exe analogue.
>
> Sent from phone
> On Aug 17, 2015 7:50 PM, "Saleem Abdulrasool" <compnerd at compnerd.org>
> wrote:
>
>> compnerd added a comment.
>>
>> @rnk, fwiw, that sounds very much in line with what I was trying to push
>> for.  AFAIK, the options don't conflict.
>>
>>
>> http://reviews.llvm.org/D12029
>>
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150818/58937e32/attachment.html>


More information about the llvm-commits mailing list