[Openmp-commits] [llvm] [openmp] Save jit image (PR #212384)

via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 29 10:48:57 PDT 2026


================
@@ -693,6 +693,16 @@ Expected<DeviceImageTy *> GenericDeviceTy::loadBinary(GenericPluginTy &Plugin,
                            "failure to jit IR image");
     }
     Buffer = std::move(*CompiledImageOrErr);
+
+    StringEnvar JITSaveImage("LIBOMPTARGET_JIT_SAVE_IMAGE", "");
----------------
jandrovins wrote:

agreed, fixed

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


More information about the Openmp-commits mailing list