[PATCH] D61584: [DebugInfo] Some fields do not need relocations even relax is enabled.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 08:35:26 PDT 2019
probinson added a comment.
Thanks for the reference, that helps some.
However I still think this isn't the right way to go about fixing the problem. This started because RISC-V decided not to resolve certain kinds of expressions, and then it turns out that applies to too many expressions. Somebody suggested that the asm backend decision should be more refined, based on symbol section perhaps, and that feels like a more principled way to go about it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61584/new/
https://reviews.llvm.org/D61584
More information about the llvm-commits
mailing list