ruiu added inline comments.
================
Comment at: ELF/Target.cpp:2420
+ const uint8_t *Loc) const {
+ return R_NONE;
+}
----------------
In order to make R_AVR32_32 work, I think you need to change this to R_ABS.
Repository:
rL LLVM
https://reviews.llvm.org/D32991