[flang-commits] [clang] [flang] [llvm] [flang] Add runtime trampoline pool for W^X compliance (PR #183108)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Thu Feb 26 20:15:43 PST 2026
================
@@ -7567,6 +7567,11 @@ defm stack_arrays : BoolOptionWithoutMarshalling<"f", "stack-arrays",
PosFlag<SetTrue, [], [ClangOption], "Attempt to allocate array temporaries on the stack, no matter their size">,
NegFlag<SetFalse, [], [ClangOption], "Allocate array temporaries on the heap (default)">>;
+defm enable_runtime_trampoline : BoolOptionWithoutMarshalling<"f",
+ "enable-runtime-trampoline",
----------------
eugeneepshteyn wrote:
Thank you. Please also update the PR description with the new option name. Also, if you had any other docs or Discourse posts that use the old name, please update them as well.
https://github.com/llvm/llvm-project/pull/183108
More information about the flang-commits
mailing list