[PATCH] D20820: [mips] Implement 'la' macro in PIC mode for O32.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 08:52:44 PDT 2016


dsanders added a comment.

In http://reviews.llvm.org/D20820#445736, @sdardis wrote:

> 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.


I think this difference may arise from comparing MIPS32R6 objects. MIPS32R6 restricted the changes that can be made to relocations but LLVM doesn't know about this yet.


http://reviews.llvm.org/D20820





More information about the llvm-commits mailing list