[all-commits] [llvm/llvm-project] 8589fc: [Offload] Add `olLinkProgram`
Ross Brunton via All-commits
all-commits at lists.llvm.org
Mon Jul 14 08:13:50 PDT 2025
Branch: refs/heads/users/RossBrunton/link2
Home: https://github.com/llvm/llvm-project
Commit: 8589fcc6d053cb2937cf970d1ce354abfb84da31
https://github.com/llvm/llvm-project/commit/8589fcc6d053cb2937cf970d1ce354abfb84da31
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M offload/liboffload/API/Program.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/common/include/JIT.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/JIT.cpp
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/unittests/OffloadAPI/CMakeLists.txt
M offload/unittests/OffloadAPI/device_code/CMakeLists.txt
A offload/unittests/OffloadAPI/device_code/link_a.c
A offload/unittests/OffloadAPI/device_code/link_b.c
A offload/unittests/OffloadAPI/program/olLinkProgram.cpp
Log Message:
-----------
[Offload] Add `olLinkProgram`
A version of `olCreateProgram` that inputs many bitcode files and links
them together before loading them.
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