This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2a07e2 [AArch64] Drive-by cleanup, make this code shorter. NFCI. new f20bf72 [codeview] Move type index remapping logic to type merger
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/CodeView/TypeRecord.h | 127 -------------- lib/DebugInfo/CodeView/CMakeLists.txt | 1 - lib/DebugInfo/CodeView/TypeRecord.cpp | 220 ------------------------ lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 246 ++++++++++++++++++++++++--- 4 files changed, 219 insertions(+), 375 deletions(-) delete mode 100644 lib/DebugInfo/CodeView/TypeRecord.cpp