[PATCH] D55303: [RISCV, WIP] Add lowering of addressing sequences for PIC

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 05:36:51 PST 2018


jrtc27 added a comment.

In D55303#1320326 <https://reviews.llvm.org/D55303#1320326>, @lewis-revill wrote:

> It's probably worth noting that the `%pcrel_lo` relocations to the label appear to be evaluated to a constant when `-mattr=+relax` is not provided... I remember someone said that this was going to be made default? If so I think it would be good to wait for that before this is commited.


Ah, that would be because D54029 <https://reviews.llvm.org/D54029> isn't yet merged.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55303/new/

https://reviews.llvm.org/D55303





More information about the llvm-commits mailing list