[PATCH] D144385: [PDB] Error on too large stream directories

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 11:45:56 PST 2023


aganea added a comment.

In addition to these changes, do you think you can add a more descriptive error at a higher level in LLD, maybe in `PDBLinker::commit()`. It is not clear from the message what the corrective measure is. I suppose adding `/pdbpagesize:` with a higher block size would fix the problem, but this isn't obvious to everyone.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144385



More information about the llvm-commits mailing list