[PATCH] D102713: [PDB] Improve error handling when writes fail
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 12:56:57 PDT 2021
aganea accepted this revision.
aganea added a comment.
This revision is now accepted and ready to land.
Strangely, a few weeks ago I had a similair issue while trying to link an executable with MSVC-built .OBJ files. My PDB with `lld-link.exe` would have been 7.7 GB, but when linking the same .OBJ files with `link.exe` the PDB is 2.7 GB. Since we moved off MSVC, I haven't investigated in detail why. The problem doesn't occur on the same target when using Clang. I'm curious, is that your case?
In any case, LTGM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102713/new/
https://reviews.llvm.org/D102713
More information about the llvm-commits
mailing list