[lld] [lld] Error on unsupported split stack (PR #88063)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 16:30:06 PDT 2024


================
@@ -141,7 +141,7 @@ bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file,
 
 bool TargetInfo::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end,
                                                   uint8_t stOther) const {
-  llvm_unreachable("Target doesn't support split stacks.");
+  fatal("Target doesn't support split stacks.");
----------------
MaskRay wrote:

Lower-case and remove trailing period. See other diagnostic messages.

https://github.com/llvm/llvm-project/pull/88063


More information about the llvm-commits mailing list