[all-commits] [llvm/llvm-project] 4f8d58: [CodeView] Truncate Long Type Names With An MD5 Hash
bwyma via All-commits
all-commits at lists.llvm.org
Tue May 4 07:54:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f8d585fbf146f1b9ea4b895e6abe1b24ab65090
https://github.com/llvm/llvm-project/commit/4f8d585fbf146f1b9ea4b895e6abe1b24ab65090
Author: Brock Wyma <brock.wyma at intel.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
M llvm/test/DebugInfo/COFF/long-type-name.ll
Log Message:
-----------
[CodeView] Truncate Long Type Names With An MD5 Hash
Replace long CodeView type names with an MD5 hash of the name.
Differential Revision: https://reviews.llvm.org/D97881
More information about the All-commits
mailing list