[llvm-bugs] [Bug 42783] Add a way to avoid calls to noreturn functions from being merged

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 9 14:26:04 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=42783

Zequan Wu <zequanwu at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #5 from Zequan Wu <zequanwu at google.com> ---
A new attribute called "nomerge" has been introduced to prevent callsites
merging.

You can read more about it on
https://clang.llvm.org/docs/AttributeReference.html#nomerge

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200609/20a33cea/attachment.html>


More information about the llvm-bugs mailing list