[all-commits] [llvm/llvm-project] 96aac6: [lld] Error on unsupported split stack (#88063)
patrick-rivos via All-commits
all-commits at lists.llvm.org
Fri May 3 23:59:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96aac6798bf6addcedebbb893669cc9c61fcf9c7
https://github.com/llvm/llvm-project/commit/96aac6798bf6addcedebbb893669cc9c61fcf9c7
Author: Patrick O'Neill <patrick at rivosinc.com>
Date: 2024-05-03 (Fri, 03 May 2024)
Changed paths:
M lld/ELF/Target.cpp
A lld/test/ELF/riscv-split-stack.s
Log Message:
-----------
[lld] Error on unsupported split stack (#88063)
Targets with no `-fstack-split` support now emit `ld.lld: error: target
doesn't support split stacks` instead of `UNREACHABLE executed` with a
backtrace asking the user to report a bug.
Resolves #88061
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list