[all-commits] [llvm/llvm-project] bc4e0c: [OpenMP][NFC] Modernize the plugin handling (#74034)
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Dec 1 10:37:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc4e0c048aa3cd940b0cea787014c7e8680e5040
https://github.com/llvm/llvm-project/commit/bc4e0c048aa3cd940b0cea787014c7e8680e5040
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M openmp/libomptarget/include/PluginManager.h
M openmp/libomptarget/src/PluginManager.cpp
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/rtl.cpp
Log Message:
-----------
[OpenMP][NFC] Modernize the plugin handling (#74034)
This basically moves code around again, but this time to provide cleaner
interfaces and remove duplication. PluginAdaptorManagerTy is almost all
gone after this.
More information about the All-commits
mailing list