[PATCH] D72056: [RISCV] Generate PIC address sequence for medany -fno-pic

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 11:27:21 PST 2020


MaskRay added a comment.

In D72056#1800524 <https://reviews.llvm.org/D72056#1800524>, @jrtc27 wrote:

> I am still of the view that we should support rewriting the instruction stream in the linker when necessary like BFD does. We need to do this to be able to link in GCC-compiled code, including libraries. It is a very simple thing to do with a patch available that provides consistency between the GNU world and the LLVM world.


https://github.com/riscv/riscv-elf-psabi-doc/issues/126#issuecomment-570076329


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72056





More information about the llvm-commits mailing list