This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3546f90aac2 [NativePDB] Improved support for nested type reconstruction. new ecc582a8ce4 DebugInfo: Add a CU metadata attribute for use of DWARF ran [...]
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/IR/DIBuilder.h | 3 +- include/llvm/IR/DebugInfoMetadata.h | 57 +++++++----- lib/AsmParser/LLParser.cpp | 6 +- lib/Bitcode/Reader/MetadataLoader.cpp | 3 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- lib/IR/AsmWriter.cpp | 1 + lib/IR/DIBuilder.cpp | 5 +- lib/IR/DebugInfo.cpp | 3 +- lib/IR/DebugInfoMetadata.cpp | 6 +- test/DebugInfo/X86/range_reloc.ll | 170 ++++++++++++++++++++-------------- unittests/IR/MetadataTest.cpp | 6 +- 11 files changed, 157 insertions(+), 105 deletions(-)