[all-commits] [llvm/llvm-project] 72b0c1: [Libomptarget] Rename `libomptarget.rtl.x86_64` to...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Apr 26 11:58:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72b0c11cfd267b754076dfc2908ba921c4f69ee3
https://github.com/llvm/llvm-project/commit/72b0c11cfd267b754076dfc2908ba921c4f69ee3
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M offload/plugins-nextgen/host/CMakeLists.txt
M offload/src/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Rename `libomptarget.rtl.x86_64` to `libomptarget.rtl.host` (#86868)
Summary:
All of these are functionally the same code, just compiled for separate
architectures. We currently do not expose a way to execute these on
separate architectures as the host plugin works using `dlopen` into the
same process, and therefore cannot possibly be an incompatible
architecture. (This could work with a remote plugin, but this is not
supported yet).
This patch simply renames all of these to the same thing so we no longer
need to check around for its varying definitions.
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