[PATCH] Don't print (PLT) on ARM

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 08:37:03 PDT 2016


On 16 June 2016 at 16:10, Rafael EspĂ­ndola <llvm-commits at lists.llvm.org> wrote:
> The R_ARM_PLT32 relocation is deprecated and is not produced by MC.
>
> This means that the code being deleted is dead from the .o point of
> view and was making the .s more confusing.

Hi Rafael,

What if they came from an assembly file, would it still produce the
PLT32 or change it to something else?

cheers,
--renato


More information about the llvm-commits mailing list