[llvm] [Clang] Prevent `mlink-builtin-bitcode` from internalizing the RPC client (PR #118661)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 07:38:32 PST 2025


================
@@ -233,6 +233,10 @@ bool InternalizePass::internalizeModule(Module &M) {
   else
     AlwaysPreserved.insert("__stack_chk_guard");
 
+  // For GPU host callbacks.
----------------
shiltian wrote:

Can you put the reason here as well?

https://github.com/llvm/llvm-project/pull/118661


More information about the llvm-commits mailing list