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

Colin LeMahieu colinl at codeaurora.org
Mon Jun 1 11:30:54 PDT 2015


True, I’ll modify this to follow convention.

 

From: Rafael Espíndola [mailto:rafael.espindola at gmail.com] 
Sent: Monday, June 01, 2015 1:13 PM
To: Colin LeMahieu
Cc: llvm-commits
Subject: Re: [llvm] r238748 - [Hexagon] Adding basic ELF relocation generation and testing advanced relaxation codepath.

 

>
> +    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/923c60ac/attachment.html>


More information about the llvm-commits mailing list