[llvm-bugs] [Bug 27183] __attribute__((force_align_arg_pointer)) with __asm__ causes segfault
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 1 15:27:33 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27183
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rnk at google.com
Resolution|--- |DUPLICATE
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
Yeah, don't ask for stack realignment *and* dynamic SP adjustment *and* have a
hardcoded dependence on ESI/EBX in line assembly. You'll hit this longstanding
bug in LLVM. Sorry. :(
*** This bug has been marked as a duplicate of bug 16830 ***
--
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/20160401/df18de7f/attachment.html>
More information about the llvm-bugs
mailing list