[all-commits] [llvm/llvm-project] 6518b1: [Offload][NFC] Factor out and rename the `__tgt_of...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jan 21 10:05:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6518b121f037717fd211c36659f7b25266424719
https://github.com/llvm/llvm-project/commit/6518b121f037717fd211c36659f7b25266424719
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M llvm/include/llvm/Frontend/Offloading/Utility.h
M offload/docs/declare_target_indirect.md
M offload/include/OffloadEntry.h
M offload/include/PluginManager.h
M offload/include/Shared/APITypes.h
M offload/include/rtl.h
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/src/PluginManager.cpp
M offload/src/omptarget.cpp
M offload/tools/kernelreplay/llvm-omp-kernel-replay.cpp
Log Message:
-----------
[Offload][NFC] Factor out and rename the `__tgt_offload_entry` struct (#123785)
Summary:
This patch is an NFC renaming to make using the offloading entry type
more portable between other targets. Right now this is just moving its
definition to LLVM so others can use it. Future work will rework the
struct layout.
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