[PATCH] D131628: [LangRef] Add description for nocallback attribute
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 11:34:09 PDT 2022
mysterymath added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1758
+ a direct, possibly transitive, external function call, use of ``longjmp``,
+ or other means.
``noduplicate``
----------------
The GCC docs specify that the called function can return to the caller's "compilation unit" via either return or exception handling. The current uses of nocallback in LLVM seem to also allow exception handling control flow out of the callback, so we should mention this here too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131628/new/
https://reviews.llvm.org/D131628
More information about the llvm-commits
mailing list