https://bugs.llvm.org/show_bug.cgi?id=32646
Vedant Kumar <v...@apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |v...@apple.com
Assignee|unassignedb...@nondot.org |v...@apple.com
Severity|enhancement |normal
Product|libraries |clang
Component|Miscellaneous |LLVM Codegen
|Instrumentation passes |
Resolution|--- |INVALID
--- Comment #1 from Vedant Kumar <v...@apple.com> ---
It's crashing while trying to write to the stack:
-> 0x102ace7fc <+44878268>: movq %rsi, -0x802080(%rbp)
I worked around the crash by increasing the stack size limit. On macOS, that's:
$ ulimit -s 65532
Another workaround might be to compile with -O1 or greater.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs