Skip to content

Commit

Permalink
[Flang][Docs] Update information about AArch64 trampolines (llvm#100391)
Browse files Browse the repository at this point in the history
Commits c4b66bf and 7647174 add support for AArch64 trampolines. Updated
documentation to reflect the changes.

(cherry picked from commit c6e69b0)
  • Loading branch information
ceseo authored and llvmbot committed Jul 24, 2024
1 parent b770811 commit d2a70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/docs/InternalProcedureTrampolines.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ automatically deallocated at the end of `host()` invocation.
Unfortunately, this requires the program stack to be writeable and executable
at the same time, which might be a security concern.
> NOTE: LLVM's AArch64 backend supports `nest` attribute, but it does not seem to support trampoline intrinsics.
> NOTE: LLVM's AArch64 backend supports `nest` attribute, but it requires the compiler-rt runtime selected via the `-rtlib=compiler-rt` flag.
## Alternative implementation(s)
Expand Down

0 comments on commit d2a70cd

Please sign in to comment.