[PATCH] D63415: [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurable
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 03:51:02 PDT 2019
lenary added inline comments.
Herald added a subscriber: MaskRay.
================
Comment at: test/CodeGen/RISCV/exception.ll:94
+; of DW_EH_PE_uleb128, as we can't emit relocation for a difference between
+; uleb128 encoded values.
+;
----------------
Do you think that extra patches will be required to emit these relocations correctly?
We're running into errors with overlapping FDEs (even after applying this patch), and fear it may be an interaction of eh_frame data, relocations and relaxation (which also seems to have an effect).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63415/new/
https://reviews.llvm.org/D63415
More information about the llvm-commits
mailing list