[llvm] [BOLT] Use ULEB128 encoding for PIE/DSO exception tables (PR #116911)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 23:52:15 PST 2024
================
@@ -979,7 +979,10 @@ void BinaryEmitter::emitLSDA(BinaryFunction &BF, const FunctionFragment &FF) {
// Emit the landing pad call site table. We use signed data4 since we can emit
// a landing pad in a different part of the split function that could appear
// earlier in the address space than LPStart.
----------------
aaupov wrote:
Update the comment here?
https://github.com/llvm/llvm-project/pull/116911
More information about the llvm-commits
mailing list