Issue 135206
Summary [RISC-V] Infinite loop when compiling w/ -fstack-clash-protection on RISC-V
Labels bug, backend:RISC-V, needs-reduction
Assignees
Reporter ilovepi
    When compiling some Fuchsia code for RISC-V, we found that enabling -fstack-clash-protection started causing our builders to time out. When investigating locally, I found that the build would not complete, even after more than a full day. Typically these files compile on the order of seconds, so there seems to be something wrong in the RISC-V implementation of stack clash protection. Note: we don't see these issues on x86_64 or Aarch64.

I'm uploading a reproducer, but this I haven't had a chance to reduce it yet.

[clang-crashreports.zip](https://github.com/user-attachments/files/19688491/clang-crashreports.zip)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to