[all-commits] [llvm/llvm-project] e4eb62: Enable pdbpagesize to allow support for PDB file s...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Dec 6 15:22:31 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4eb6216c2ebeac5203ff9cab8fe96f092d08c0f
      https://github.com/llvm/llvm-project/commit/e4eb6216c2ebeac5203ff9cab8fe96f092d08c0f
  Author: Chris Davis <chrdavis at microsoft.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M lld/COFF/DriverUtils.cpp
    M lld/test/COFF/pdbpagesize.test
    M llvm/include/llvm/DebugInfo/MSF/MSFCommon.h
    M llvm/include/llvm/DebugInfo/MSF/MSFError.h
    M llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h
    M llvm/lib/DebugInfo/MSF/MSFBuilder.cpp
    M llvm/lib/DebugInfo/MSF/MSFError.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
    M llvm/tools/llvm-pdbutil/PdbYaml.h

  Log Message:
  -----------
  Enable pdbpagesize to allow support for PDB file sizes > 4GB

Enable the pdbpagesize flag to allow linking of PDB files > 4GB.
Also includes a couple small fixes to change to uint64_t to support the
larger file sizes.  I updated the max file size check in MSFBuilder.cpp
to take into account the page size.

Differential Revision: https://reviews.llvm.org/D115051




More information about the All-commits mailing list