[all-commits] [llvm/llvm-project] a3d7ce: [CodeView] Emit function types in -gline-tables-only.
Amy Huang via All-commits
all-commits at lists.llvm.org
Wed Jan 20 12:53:09 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a3d7cee7f9bdfbe3e88e4de39a76c3d3e2690fdb
https://github.com/llvm/llvm-project/commit/a3d7cee7f9bdfbe3e88e4de39a76c3d3e2690fdb
Author: Amy Huang <akhuang at google.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-gline-tables-only-codeview.cpp
Log Message:
-----------
[CodeView] Emit function types in -gline-tables-only.
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
Bug: https://bugs.llvm.org/show_bug.cgi?id=48432
Differential Revision: https://reviews.llvm.org/D95001
More information about the All-commits
mailing list