[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 Feb 2 23:48:28 PST 2021
atanasyan added a comment.
Hi,
In D80392#2537794 <https://reviews.llvm.org/D80392#2537794>, @joewholden wrote:
> Hi guys,
>
> any chance of this making it into 11.1.0 or 12?
This task was out of my scope for a while. As far as I remember there were some problems with test cases. One more thing - I couldn't figure out how to enable/disable this functionality by clang command line options. `MCObjectFileInfo` and `TargetLoweringObjectFileELF` classes are far away from any target related context/settings. I do not think that this change (especially without any "disable" functionality) is a good candidate for 11.1.0 or 12 releases. But I will try to push it to the main branch soon. I'm sorry for the delay.
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