[PATCH] D75215: [DebugInfo] Fix for adding "returns cxx udt" option to functions in CodeView.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 10:56:30 PST 2020


akhuang added a comment.

In D75215#1901961 <https://reviews.llvm.org/D75215#1901961>, @rnk wrote:

> BTW, I am curious to know if this helps V8 PDB size. IIRC you said there were some PDBs in Chrome that have this problem a lot.


I think I just noticed that the PDB size increased after enabling constructor type homing.

**size of v8.dll.pdb**
-debug-info-kind=limited:                            175M
-debug-info-kind=constructor:                     185M
-debug-info-kind=constructor + this patch: 169M


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75215





More information about the llvm-commits mailing list