[PATCH] D46653: Start support for linking object files with split stacks

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 14:58:13 PDT 2018


pcc added inline comments.


================
Comment at: ELF/InputFiles.cpp:650
+  // Split stacks is a feature to support a discontiguous stack,
+  // commonly used in the programming languages Go and Rust.  For the
+  // details, see https://gcc.gnu.org/wiki/SplitStacks.
----------------
I don't think Rust actually uses segmented stacks any more.
https://mail.mozilla.org/pipermail/rust-dev/2013-November/006314.html


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46653





More information about the llvm-commits mailing list