[llvm] [offload] Fix build with debug libomptarget (PR #159144)

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 16 11:28:52 PDT 2025


================
@@ -856,7 +856,7 @@ Error GenericDeviceTy::deinit(GenericPluginTy &Plugin) {
 }
 Expected<DeviceImageTy *> GenericDeviceTy::loadBinary(GenericPluginTy &Plugin,
                                                       StringRef InputTgtImage) {
-  DP("Load data from image " DPxMOD "\n", DPxPTR(InputTgtImage->ImageStart));
+  DP("Load data from image\n");
----------------
sarnex wrote:

nice catch and yeah agree 

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


More information about the llvm-commits mailing list