This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de2f92b DebugInfo: support for DWARFv5 DW_AT_alignment attribute new 1df4f64 Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignmen [...]
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, 28 insertions(+), 412 deletions(-) delete mode 100644 test/DebugInfo/X86/align_c11.ll delete mode 100644 test/DebugInfo/X86/align_cpp11.ll delete mode 100644 test/DebugInfo/X86/align_objc.ll