[PATCH] D68697: [DWARF5] Added support for DW_AT_noreturn attribute to be emitted for C++ class member functions.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 05:22:23 PDT 2019


SouraVX created this revision.
SouraVX added reviewers: aprantl, vleschuk.
SouraVX added a project: debug-info.
Herald added subscribers: llvm-commits, ormris.
Herald added a project: LLVM.

This Patch adds support in clang C++ frontend to emit DW_AT_noreturn for C++ class member functions.


https://reviews.llvm.org/D68697

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  llvm/test/DebugInfo/X86/noreturn_cpp11.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68697.224024.patch
Type: text/x-patch
Size: 6988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191009/a78fbcb6/attachment.bin>


More information about the llvm-commits mailing list