[PATCH] D132484: [BOLT] Preserve original LSDA type encoding
Denis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 02:24:38 PDT 2022
treapster added inline comments.
================
Comment at: bolt/lib/Core/BinaryContext.cpp:183
Ctx->setObjectFileInfo(MOFI.get());
// We do not support X86 Large code model. Change this in the future.
bool Large = false;
----------------
BTW, is this still relevant? What prevents us from using absptr on X86(at least for non-pie)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132484/new/
https://reviews.llvm.org/D132484
More information about the llvm-commits
mailing list