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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 09:20:13 PDT 2022


jdoerfert added a comment.

We can do 2 things:

1. drop `nocalback` and `inacc...` whenever we link as the current "module-based" wording might be violated in any link step.
2. rephrase it to be "lto-unit" based. So it needs to keep holding even after every step of (IR-)linking.

I believe 2) is what we actually want, thoughts?


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