[llvm] Put large common blocks into .lbss for the medium and large code models (PR #161483)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 00:50:20 PDT 2025
================
@@ -4308,6 +4310,9 @@ std::string GNUELFDumper<ELFT>::getSymbolSectionNdx(
default:
// Find if:
// Processor specific
+ if (this->Obj.getHeader().e_machine == EM_X86_64 &&
----------------
ssijaric-nv wrote:
Thank you, @jh7370. I'll create a separate PR for the llvm-readobj change and add the tests.
https://github.com/llvm/llvm-project/pull/161483
More information about the llvm-commits
mailing list