[PATCH] D137360: [Linker] Remove nocallback attribute while linking

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 15:13:07 PDT 2022


mysterymath added inline comments.


================
Comment at: llvm/lib/Linker/LinkModules.cpp:530
 
+  // Since nocallback function attribute is treated as a hint on
+  // the module level, it is removed while linking modules.
----------------
We'll also need to do this with inaccessiblememonly, inaccessiblemem_or_argmemonly, and the inaccessiblemem option for the memory() attribute.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137360/new/

https://reviews.llvm.org/D137360



More information about the llvm-commits mailing list