This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65881148e94 Revert [ThinLTO] Fix ThinLTOCodegenerator to export llvm.us [...] new f09c6d5b712 Add LLVM IR debug info support for Fortran COMMON blocks
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-c/DebugInfo.h | 3 +- include/llvm/Bitcode/LLVMBitCodes.h | 1 + include/llvm/IR/DIBuilder.h | 10 +++++ include/llvm/IR/DebugInfoMetadata.h | 61 +++++++++++++++++++++++++++++ include/llvm/IR/Metadata.def | 1 + lib/AsmParser/LLParser.cpp | 18 +++++++++ lib/Bitcode/Reader/MetadataLoader.cpp | 12 ++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 16 ++++++++ lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 30 +++++++++++++- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 6 +++ lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +- lib/IR/AsmWriter.cpp | 13 ++++++ lib/IR/DIBuilder.cpp | 7 ++++ lib/IR/DebugInfoMetadata.cpp | 16 ++++++++ lib/IR/LLVMContextImpl.h | 25 ++++++++++++ lib/IR/Verifier.cpp | 9 ++++- test/Assembler/DICommonBlock.ll | 26 ++++++++++++ test/DebugInfo/Generic/DICommonBlock.ll | 42 ++++++++++++++++++++ 18 files changed, 293 insertions(+), 5 deletions(-) create mode 100644 test/Assembler/DICommonBlock.ll create mode 100644 test/DebugInfo/Generic/DICommonBlock.ll