[all-commits] [llvm/llvm-project] e0633d: [Offload] Check for initialization (#144370)

Ross Brunton via All-commits all-commits at lists.llvm.org
Fri Jun 20 07:05:12 PDT 2025


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

  Changed paths:
    M offload/liboffload/API/Common.td
    M offload/liboffload/include/OffloadImpl.hpp
    M offload/liboffload/src/OffloadImpl.cpp
    M offload/tools/offload-tblgen/EntryPointGen.cpp
    M offload/unittests/OffloadAPI/CMakeLists.txt
    M offload/unittests/OffloadAPI/common/Environment.cpp
    A offload/unittests/OffloadAPI/init/olInit.cpp

  Log Message:
  -----------
  [Offload] Check for initialization (#144370)

All entry points (except olInit) now check that offload has been
initialized. If not, a new `OL_ERRC_UNINITIALIZED` error is returned.



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