This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 60d5d5c8813 Revert r321838 -- It broke some of the builders. new bfdde981233 Debug Info: Support DW_AT_calling_convention on composite types.
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 | 2 ++ include/llvm/IR/DebugInfoFlags.def | 4 ++- include/llvm/IR/DebugInfoMetadata.h | 4 +++ lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 +++++ lib/IR/Verifier.cpp | 7 ++-- test/DebugInfo/Generic/pass-by-value.ll | 63 +++++++++++++++++++++++++++++++++ test/Verifier/cc-flags.ll | 5 +++ 7 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 test/DebugInfo/Generic/pass-by-value.ll create mode 100644 test/Verifier/cc-flags.ll