[PATCH] D20820: [mips] Implement 'la' macro in PIC mode for O32.
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 08:26:33 PDT 2016
sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.
The only difference I'm seeing is the la $25, 1f cases where the addend is already written due to the section relative relocation. ld handles that case fine.
http://reviews.llvm.org/D20820
More information about the llvm-commits
mailing list