[PATCH] D115051: Enable pdbpagesize to allow support for PDB file sizes > 4GB

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 10:28:15 PST 2021


thakis added a comment.

Nice!

Before we turn this on, we should probably have some tests for `/pdbpagesize:` -- at least checking that llvm-pdbutil can read pdbs with different page size. If you have a pdb > 4gb sitting around locally, it'd also be good to verify that `llvm-pdbutil dump` or `llvm-pdbutil pretty --native` can open and read those large pdbs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115051/new/

https://reviews.llvm.org/D115051



More information about the llvm-commits mailing list