[all-commits] [llvm/llvm-project] 904b1a: [Offload] Remove remaining `__tgt_register_require...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Apr 26 06:28:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 904b1a850536d273b0e11bd17a7ea642ba3b5bc4
https://github.com/llvm/llvm-project/commit/904b1a850536d273b0e11bd17a7ea642ba3b5bc4
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/test/Transforms/OpenMP/add_attributes.ll
M offload/test/unified_shared_memory/api.c
M offload/test/unified_shared_memory/close_manual.c
M offload/test/unified_shared_memory/shared_update.c
Log Message:
-----------
[Offload] Remove remaining `__tgt_register_requires` references (#90198)
Summary:
This call was removed a few months ago to allow the runtime to actually
init / deinit in a correct order. However that patch forgot to remove a
few leftover uses.
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