[llvm] Put large common blocks into .lbss for the medium and large code models (PR #161483)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 23:44:39 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 &&
----------------
jh7370 wrote:
I'd expect to see explicit llvm-readobj tests (i.e. located under test/tools/llvm-readobj) for the new code in ELFDumper.cpp, testing its behaviour. This likely would require yaml2obj support and should be in its own PR (together with the functional llvm-readobj changes).
https://github.com/llvm/llvm-project/pull/161483
More information about the llvm-commits
mailing list