Skip to content

Commit c6e69b0

Browse files
authored
[Flang][Docs] Update information about AArch64 trampolines (#100391)
Commits c4b66bf and 7647174 add support for AArch64 trampolines. Updated documentation to reflect the changes.
1 parent 0431d6d commit c6e69b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/InternalProcedureTrampolines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ automatically deallocated at the end of `host()` invocation.
239239
Unfortunately, this requires the program stack to be writeable and executable
240240
at the same time, which might be a security concern.
241241
242-
> NOTE: LLVM's AArch64 backend supports `nest` attribute, but it does not seem to support trampoline intrinsics.
242+
> NOTE: LLVM's AArch64 backend supports `nest` attribute, but it requires the compiler-rt runtime selected via the `-rtlib=compiler-rt` flag.
243243
244244
## Alternative implementation(s)
245245

0 commit comments

Comments
 (0)