[llvm-bugs] [Bug 15806] Naked attribute still has return statement

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 21 15:04:30 PDT 2015


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

Reid Kleckner <rnk at google.com> changed:

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

--- Comment #12 from Reid Kleckner <rnk at google.com> ---
We fixed this in clang. We no longer emit ret instructions in the IR, we just
have the inline asm string followed by unreachable.

-- 
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/20151021/d3b94a7b/attachment.html>


More information about the llvm-bugs mailing list