This change adds function types to further differentiate between
FUNC_IDs in -gline-tables-only.
Size increase of object files in clang are
Before: 917990 kb
After: 999312 kb
Differential D95001
[CodeView] Emit function types in -gline-tables-only. akhuang on Jan 19 2021, 1:43 PM. Authored by
Details This change adds function types to further differentiate between Size increase of object files in clang are
Diff Detail
Unit Tests Event Timeline
Comment Actions Add check for CodeView
Comment Actions Looks good! Might be worth some comments explaining why it's being done this way (probably good to have some details wherever we're making these changes to cope with CV's need for distinct functions by name/type/etc). Comment Actions In your commit the message does not include Reviewed by:. Many people agree that both Reviewed by: & Differential Revision: should be present. The Reviewed by: list indicates people who acknowledged the patch. (The Reviewers: list does not necessarily mean all the people on the list have acknowledged the patch so Reviewers: is mostly useless.) arc amend can fetch the Phabricator summary and amend the local description. You can install llvm/utils/git/pre-push.py to prevent accidental Summary:, Reviewers:, Subscribers: and Tags: in the presence of Differential Revision:. |
We discussed giving lambdas display names as an alternative to doing this.