[PATCH] D32991: [ELF] Initial migration of AVR target
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 18:33:42 PDT 2017
dylanmckay added a comment.
Hey Leslie,
> Please leading me, as my mentor, I have no direction about lib/Target/AVR/MCTargetDesc and relocation type R_AVR_CALL has not been implemented yet so I need to read the source code of binutils about Relocation for CALL command in ATmega.
For this change, don't worry too much about it as you've only implemented one relocation type.
In the future, we should refactor LLVM so that it is something like this quick dirty patch F3351549: patch.diff <https://reviews.llvm.org/F3351549>
That way, we can use the same relocation code in LLD and LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D32991
More information about the llvm-commits
mailing list