Displaying 3 results from an estimated 3 matches for "1541c21a".
2013 Sep 21
2
[LLVMdev] LLD input graph handling proposal
...don't also understand if DT_NEEDED is related to this. DT_NEEDED is not
represented by input graph. And what is *recursive* processing of DT_NEEDED?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130920/1541c21a/attachment.html>
2013 Sep 21
0
[LLVMdev] LLD input graph handling proposal
On Fri, Sep 20, 2013 at 04:39:04PM -0700, Rui Ueyama wrote:
> I don't want to make Resolver to have a reference to input graph. The point
> of this proposal is to separate input graph handling from Resolver and
> instead making Linker Context to do that task.
That was the part of the original proposal I didn't agree with and I
still don't do. While the resolver shouldn't
2013 Sep 20
3
[LLVMdev] LLD input graph handling proposal
On Fri, Sep 20, 2013 at 3:59 PM, Nick Kledzik <kledzik at apple.com> wrote:
>
> On Sep 20, 2013, at 3:37 PM, Rui Ueyama <ruiu at google.com> wrote:
>
> On Fri, Sep 20, 2013 at 3:29 PM, Nick Kledzik <kledzik at apple.com> wrote:
>
>> Rui,
>>
>> I like this in general, but have a few questions.
>>
>> On Sep 20, 2013, at 2:30 PM, Rui