[PATCH] D32991: [ELF] Initial migration of AVR target
Leslie Zhai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 01:01:25 PDT 2017
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.
> 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
More information about the llvm-commits
mailing list