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

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 22:53:35 PDT 2017


dylanmckay added a comment.

@xiangzhai: That patch was just a super quick thing I wrote up to illustrate how we should factor out the fixup application code so that LLD can use it.

Don't worry about it for this change, as you've only implemented `R_AVR_CALL`. When we go to implement more relocation types in lld, we should look again and see if it's worth sharing code between LLD and LLVM for this.


Repository:
  rL LLVM

https://reviews.llvm.org/D32991





More information about the llvm-commits mailing list