[llvm] [OFFLOAD] Stricter enforcement of user offload disable (PR #133470)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 12:28:11 PDT 2025


================
@@ -31,6 +32,12 @@ void initRuntime() {
   if (PM == nullptr)
     PM = new PluginManager();
 
+  if (OffloadPolicy::isOffloadDisabled()) {
----------------
adurang wrote:

It is initialized to good values (0 devices, no plugins loaded, ...) by the constructor. I ran it through our testsuites and didn't see any failure.

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


More information about the llvm-commits mailing list