[PATCH] D32991: [ELF] Initial migration of AVR target

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 11:09:19 PDT 2017


On Tue, May 9, 2017 at 1:01 AM, Leslie Zhai via Phabricator <
reviews at reviews.llvm.org> wrote:

> xiangzhai added a comment.
>
> Dear Rui,
>
> > What is your eventual goal for AVR support?
>
> Like you mentioned the goal is one that can link a program that does
> nothing but is still valid, so I just try to migrate Dylan's fork <
> https://github.com/avr-llvm/lld> for test-the-waters at the very
> beginning, it is a long journey.


I was asking about your ultimate goal of AVR support in LLD, not the goal
of this particular patch. After a long journey, what do you think LLD AVR
support will be able to do?

Sorry for my negligence, but I don't really know much about AVR and the
Dylan's fork. So I wanted to know the whole picture of AVR support. For
example, do you want to support just bare-bone programs? Or ,do you want to
eventually create a Unix-like OS on AVR which supports dynamic linking? Or
something else?

> This patch is too small that we cannot test.
>
> Yes, it is just a bare-bones AVRTargetInfo to check whether or not I drove
> in the wrong direction, and you are my mentor :) you can always find the
> key point <https://reviews.llvm.org/D31528#715906> anyway thanks for your
> suggestion!
>
> Regards,
> Leslie Zhai
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D32991
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/f2643954/attachment.html>


More information about the llvm-commits mailing list