[PATCH] Support for microMIPS relocations 1/3

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Oct 1 05:17:14 PDT 2013


Please don't use "llc -filetype=obj". To test the object emission, use
llvm-mc and assembly tests.

On 1 October 2013 06:35, Zoran Jovanovic <Zoran.Jovanovic at imgtec.com> wrote:
> Adds support for follwing microMIPS relocations:
>
> - R_MICROMIPS_26_S1
> - R_MICROMIPS_HI16
> - R_MICROMIPS_LO16
> - R_MICROMIPS_GPREL16
> - R_MICROMIPS_LITERAL
> - R_MICROMIPS_GOT16
> - R_MICROMIPS_PC7_S1
> - R_MICROMIPS_PC10_S1
> - R_MICROMIPS_PC16_S1
> - R_MICROMIPS_CALL16
>
> Zoran Jovanovic
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list