This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a537a2b Revert "Reassociate: Reprocess RedoInsts after each inst". new 926ddae Support the DW_AT_noreturn DWARF flag. This is used to mark f [...]
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/DebugInfoFlags.def | 1 + include/llvm/IR/DebugInfoMetadata.h | 7 +++++ include/llvm/Support/Dwarf.h | 1 + lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 3 ++ lib/Support/Dwarf.cpp | 1 + test/Assembler/disubprogram.ll | 4 +-- test/DebugInfo/noreturn_c11.ll | 50 +++++++++++++++++++++++++++++++ test/DebugInfo/noreturn_cpp11.ll | 57 ++++++++++++++++++++++++++++++++++++ test/DebugInfo/noreturn_objc.ll | 52 ++++++++++++++++++++++++++++++++ unittests/IR/DebugInfoTest.cpp | 5 ++-- 10 files changed, 177 insertions(+), 4 deletions(-) create mode 100644 test/DebugInfo/noreturn_c11.ll create mode 100644 test/DebugInfo/noreturn_cpp11.ll create mode 100644 test/DebugInfo/noreturn_objc.ll