This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bee13e DebugInfo: add bitcode upgrade test for alignment new de2f92b DebugInfo: support for DWARFv5 DW_AT_alignment attribute
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: docs/SourceLevelDebugging.rst | 47 ++++---- include/llvm/IR/DebugInfoMetadata.h | 4 +- include/llvm/Support/Dwarf.h | 1 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 12 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 13 +++ lib/Support/Dwarf.cpp | 2 + test/DebugInfo/X86/align_c11.ll | 83 ++++++++++++++ test/DebugInfo/X86/align_cpp11.ll | 172 ++++++++++++++++++++++++++++ test/DebugInfo/X86/align_objc.ll | 98 ++++++++++++++++ test/DebugInfo/X86/dwarf-public-names.ll | 8 +- 10 files changed, 412 insertions(+), 28 deletions(-) create mode 100644 test/DebugInfo/X86/align_c11.ll create mode 100644 test/DebugInfo/X86/align_cpp11.ll create mode 100644 test/DebugInfo/X86/align_objc.ll