This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 46f6a88 Preliminary changes for fixing PR27241. Generalized/restructu [...] new d33fbe4 IR: Enable debug info type ODR uniquing for forward decls
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/DebugInfoMetadata.h | 53 +++++++++++++++- lib/AsmParser/LLParser.cpp | 7 +-- lib/Bitcode/Reader/BitcodeReader.cpp | 4 +- lib/IR/DebugInfoMetadata.cpp | 35 +++++++++++ test/Linker/Inputs/dicompositetype-unique.ll | 4 +- test/Linker/dicompositetype-unique.ll | 31 +++++++++- unittests/IR/DebugTypeODRUniquingTest.cpp | 91 ++++++++++++++++++++++++++++ 7 files changed, 212 insertions(+), 13 deletions(-)