This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7411a597460 [llvm-mca] Use a const ArrayRef in a few places. NFC new 10ee99b9adb [CodeView] Omit forward references for unnamed structs and unions
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 50 +++++-- test/DebugInfo/COFF/bitfields.ll | 47 +++--- test/DebugInfo/COFF/types-recursive-unnamed.ll | 78 ++++++++++ test/DebugInfo/COFF/unnamed.ll | 200 +++++++++++++++++++++++++ 4 files changed, 337 insertions(+), 38 deletions(-) create mode 100644 test/DebugInfo/COFF/types-recursive-unnamed.ll create mode 100644 test/DebugInfo/COFF/unnamed.ll