[flang-commits] [flang] [llvm] [CodeGen] Take the executable stack from a module flag (PR #215152)
Jameson Nash via flang-commits
flang-commits at lists.llvm.org
Tue Aug 11 00:55:29 PDT 2026
vtjnash wrote:
The documentation for the intrinsic does not imply stack use, which means it does not imply executable stacks. The implementation expects any memory (which will be necessary if clang ever implements `-ftramplines=heap` when it implements trampolines at all)
https://github.com/llvm/llvm-project/pull/215152
More information about the flang-commits
mailing list