-
- Downloads
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
Showing
- lld/COFF/DriverUtils.cpp 0 additions, 6 deletionslld/COFF/DriverUtils.cpp
- lld/test/COFF/pdbpagesize.test 11 additions, 3 deletionslld/test/COFF/pdbpagesize.test
- llvm/include/llvm/DebugInfo/MSF/MSFCommon.h 20 additions, 0 deletionsllvm/include/llvm/DebugInfo/MSF/MSFCommon.h
- llvm/include/llvm/DebugInfo/MSF/MSFError.h 4 additions, 1 deletionllvm/include/llvm/DebugInfo/MSF/MSFError.h
- llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h 1 addition, 1 deletionllvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h
- llvm/lib/DebugInfo/MSF/MSFBuilder.cpp 18 additions, 8 deletionsllvm/lib/DebugInfo/MSF/MSFBuilder.cpp
- llvm/lib/DebugInfo/MSF/MSFError.cpp 7 additions, 1 deletionllvm/lib/DebugInfo/MSF/MSFError.cpp
- llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp 1 addition, 1 deletionllvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
- llvm/tools/llvm-pdbutil/PdbYaml.h 1 addition, 1 deletionllvm/tools/llvm-pdbutil/PdbYaml.h
Loading