[llvm-bugs] [Bug 22523] [mips] Unwind tables can't be generated when using inline asm

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 6 03:26:24 PST 2019


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

Simon Atanasyan <simon at atanasyan.com> changed:

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

--- Comment #3 from Simon Atanasyan <simon at atanasyan.com> ---
It does not make a sense to take an address of intrinsic function. There is an
assertion in the code which checks that condition. Also LLVM does not allow to
invoke an intrinsic other than donothing, patchpoint, statepoint, coro_resume
or coro_destroy.

-- 
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/20190206/f6a9a29b/attachment.html>


More information about the llvm-bugs mailing list