[llvm] r238748 - [Hexagon] Adding basic ELF relocation generation and testing advanced relaxation codepath.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jun 1 11:12:42 PDT 2015


>
> +    case fixup_Hexagon_B15_PCREL:
> +      Type = ELF::R_HEX_B15_PCREL;
> +      break;

Why not just

return ELF::R_HEX_B15_PCREL;

?

Cheers,
Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150601/c0c4d8ab/attachment.html>


More information about the llvm-commits mailing list