Skip to content

Commit caf16d6

Browse files
committed
Update ExceptionHandling (llvm.eh.sjlj.setjmp) document with target specifics.
1 parent ec796f4 commit caf16d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/ExceptionHandling.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@ to interoperate.
375375

376376
The single parameter is a pointer to a five word buffer in which the calling
377377
context is saved. The format and contents of the buffer are target-specific.
378-
On certain targets, the front end places the frame pointer in the first word
379-
and the stack pointer in the third word, while the target implementation of
380-
this intrinsic fills in the remaining words. On other targets, saving the
381-
calling context to the buffer is left completely to the target implementation.
378+
On certain targets (ARM, PowerPC, VE, X86), the front end places the
379+
frame pointer in the first word and the stack pointer in the third word,
380+
while the target implementation of this intrinsic fills in the remaining
381+
words. On other targets (SystemZ), saving the calling context to the buffer is left completely to the target implementation.
382382

383383
.. _llvm.eh.sjlj.longjmp:
384384

0 commit comments

Comments
 (0)