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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 13:56:16 PDT 2017


> +RelExpr AVRTargetInfo::getRelExpr(uint32_t Type, const SymbolBody &S,
> +                                  const uint8_t *Loc) const {
> +  return R_ABS;
> +}

Please switch on Type and error if relocation is not known.

Cheers,
Rafael


More information about the llvm-commits mailing list