[PATCH] D32991: [ELF] Initial migration of AVR target
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 22:29:40 PDT 2017
ruiu added a comment.
You are not handling R_AVR_CALL only in getImplicitAddend().
As I said, you need to handle the same relocations in getRelExpr(), getImplicitAddend(), relocateOne() and a test file. You can choose an arbitrary subset of relocations for the first implementation, but after you make a selection, you need to stick with it.
Repository:
rL LLVM
https://reviews.llvm.org/D32991
More information about the llvm-commits
mailing list