================
@@ -353,6 +353,16 @@ Function *createRegisterGlobalsFunction(Module &M, bool 
IsHIP,
   FunctionCallee RegVar = M.getOrInsertFunction(
       IsHIP ? "__hipRegisterVar" : "__cudaRegisterVar", RegVarTy);
 
+  // Get the __cudaRegisterSurface function declaration.
----------------
jhuber6 wrote:

Fixed

https://github.com/llvm/llvm-project/pull/123437
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to