This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35375a35c17 [llvm-readobj] Accept (and ignore) --wide (-W) command-line switch new 9563b5a5e12 Debug Info: Add a file: field to DIImportedEntity.
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 | 37 ++++++++++++--------- include/llvm/IR/DebugInfoMetadata.h | 20 ++++++------ lib/AsmParser/LLParser.cpp | 6 ++-- lib/Bitcode/Reader/MetadataLoader.cpp | 8 +++-- lib/Bitcode/Writer/BitcodeWriter.cpp | 1 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 5 +-- lib/IR/AsmWriter.cpp | 1 + lib/IR/DIBuilder.cpp | 26 +++++++++------ lib/IR/DebugInfoMetadata.cpp | 9 +++--- lib/IR/LLVMContextImpl.h | 16 +++++---- test/Assembler/diimportedentity.ll | 4 +-- test/Bitcode/DIGlobalVariableExpression.ll | 2 +- test/Bitcode/upgrade-importedentity.ll | 15 +++++++++ test/Bitcode/upgrade-importedentity.ll.bc | Bin 0 -> 1216 bytes test/DebugInfo/Generic/namespace.ll | 41 +++++++++++------------- test/DebugInfo/X86/DIModule.ll | 2 +- test/DebugInfo/X86/DIModuleContext.ll | 2 +- test/DebugInfo/X86/fission-inline.ll | 2 +- test/DebugInfo/X86/gnu-public-names.ll | 4 +-- test/DebugInfo/X86/lexical-block-file-inline.ll | 2 +- test/DebugInfo/X86/pr19307.ll | 12 +++---- test/Linker/pr26037.ll | 4 +-- test/ThinLTO/X86/debuginfo-cu-import.ll | 4 +-- unittests/IR/IRBuilderTest.cpp | 11 ++++--- unittests/IR/MetadataTest.cpp | 24 ++++++++------ 25 files changed, 151 insertions(+), 107 deletions(-) create mode 100644 test/Bitcode/upgrade-importedentity.ll create mode 100644 test/Bitcode/upgrade-importedentity.ll.bc