This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d1f4f5 [libFuzzer] fix -error_exitcode=N, now with a test new 60a7c43 Add DWARF debug info support for C++11 inline namespaces. Thi [...]
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/Bitcode/LLVMBitCodes.h | 14 ++++++------ include/llvm/IR/DIBuilder.h | 3 ++- include/llvm/IR/DebugInfoMetadata.h | 27 +++++++++++++--------- lib/AsmParser/LLParser.cpp | 5 +++-- lib/Bitcode/Reader/BitcodeReader.cpp | 10 +++++---- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 ++ lib/IR/AsmWriter.cpp | 1 + lib/IR/DIBuilder.cpp | 5 +++-- lib/IR/DebugInfoMetadata.cpp | 7 +++--- lib/IR/LLVMContextImpl.h | 12 ++++++---- test/Assembler/dinamespace.ll | 7 ++++-- test/Bitcode/DINamespace.ll | 23 +++++++++++++++++++ test/Bitcode/DINamespace.ll.bc | Bin 0 -> 1152 bytes test/DebugInfo/X86/inline-namespace.ll | 40 +++++++++++++++++++++++++++++++++ unittests/IR/MetadataTest.cpp | 20 ++++++++++++----- 16 files changed, 135 insertions(+), 43 deletions(-) create mode 100644 test/Bitcode/DINamespace.ll create mode 100644 test/Bitcode/DINamespace.ll.bc create mode 100644 test/DebugInfo/X86/inline-namespace.ll