[PATCH] D131628: [LangRef] Add description for nocallback attribute

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 01:28:34 PST 2022


nikic added a comment.

@nlopes With D137360 <https://reviews.llvm.org/D137360> up, do you still have concerns about this specification?



================
Comment at: llvm/docs/LangRef.rst:1807
+    This attribute indicates that the function is only allowed to jump back into
+    caller's module only by a return or an exception, and is not allowed to jump
+    back by invoking a callback function, a direct, possibly transitive, external
----------------
Duplicate "only" in the sentence.


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