We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48da1e2 commit b357495Copy full SHA for b357495
llvm/lib/Transforms/IPO/Internalize.cpp
@@ -235,7 +235,7 @@ bool InternalizePass::internalizeModule(Module &M) {
235
236
// Preserve the RPC interface for GPU host callbacks when internalizing.
237
if (Triple(M.getTargetTriple()).isNVPTX())
238
- AlwaysPreserved.insert("__llvm_rpc_server");
+ AlwaysPreserved.insert("__llvm_rpc_client");
239
240
// Mark all functions not in the api as internal.
241
IsWasm = Triple(M.getTargetTriple()).isOSBinFormatWasm();
0 commit comments