[PATCH] D80392: [mips][mc][clang] Use pc-relative relocations in .eh_frame

YunQiang Su via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 02:39:15 PST 2022


wzssyqa added a comment.

In D80392#3876782 <https://reviews.llvm.org/D80392#3876782>, @wzssyqa wrote:

> I don't think that we need that option: what we need to do is to update the old tools.

the ld.bfd support R_MIPS_PC32 here.
I think that we can just switch the behavior without any condtions.

And I am working to fix GCC/GAS for it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80392



More information about the llvm-commits mailing list