[lld] [lld][WebAssembly] Default to --stack-first (PR #166998)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 15:49:47 PST 2025
================
@@ -44,5 +44,8 @@ MachO Improvements
WebAssembly Improvements
------------------------
+- The `--stack-first` flag is now enabled by default. The old
+ behaviour can be enabled used `--no-stack-first`.
----------------
dschuff wrote:
And optionally switch to "behavior" for more alignment with the rest of LLVM π πΊπΈ
https://github.com/llvm/llvm-project/pull/166998
More information about the llvm-commits
mailing list