We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae89be0 commit a1739d2Copy full SHA for a1739d2
llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
@@ -758,7 +758,7 @@ inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G,
758
/// AArch64 reentry trampoline.
759
///
760
/// Contains the instruction sequence for a trampoline that stores its return
761
-/// address on the stack and passes its own address in x0:
+/// address (and stack pointer) on the stack and calls the given reentry symbol:
762
/// STP x29, x30, [sp, #-16]!
763
/// BL <reentry-symbol>
764
extern const char ReentryTrampolineContent[8];
0 commit comments