[all-commits] [llvm/llvm-project] 4359e5: [Offload] Properly report errors when jit compilin...

Ross Brunton via All-commits all-commits at lists.llvm.org
Tue Jun 24 08:27:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4359e55838cd29d4aa344f15543f725da25e940f
      https://github.com/llvm/llvm-project/commit/4359e55838cd29d4aa344f15543f725da25e940f
  Author: Ross Brunton <ross at codeplay.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M offload/liboffload/API/Common.td
    M offload/liboffload/src/OffloadImpl.cpp
    M offload/plugins-nextgen/common/src/PluginInterface.cpp

  Log Message:
  -----------
  [Offload] Properly report errors when jit compiling (#145498)

Previously, if a binary failed to load due to failures when jit
compiling, the function would return success with nullptr. Now it
returns a new plugin error, `COMPILE_FAILURE`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list