[clang] [llvm] [Libomptarget] Statically link all plugin runtimes (PR #87009)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 08:28:43 PDT 2024


================
@@ -92,10 +65,10 @@ struct PluginManager {
         std::make_unique<DeviceImageTy>(TgtBinDesc, TgtDeviceImage));
   }
 
-  /// Initialize as many devices as possible for this plugin adaptor. Devices
-  /// that fail to initialize are ignored. Returns the offset the devices were
-  /// registered at.
-  void initDevices(PluginAdaptorTy &RTL);
+  /// Initialize as many devices as possible for this plugin. Devices  that fail
----------------
jdoerfert wrote:

2 spaces

https://github.com/llvm/llvm-project/pull/87009


More information about the llvm-commits mailing list