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

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 02:12:42 PDT 2020


atanasyan added a comment.

I cannot select default behaviour for the LLVM in case of generating `.eh_frame` sections for MIPS:

1. Unconditionally use pc-relative relocations.
2. Use pc-relative relocations by default, but provide options for switching to absolute relocations.
3. Use absolute relocations by default, but provide options for switching to pc-relative relocations.

I prefer the second variant. Any comments?


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