[all-commits] [llvm/llvm-project] f284af: [Offload][Fix] Fix lazy initialization with multip...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue May 28 08:52:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f284af4863640e6b68918aa23b14498c1b8e2245
https://github.com/llvm/llvm-project/commit/f284af4863640e6b68918aa23b14498c1b8e2245
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M offload/src/PluginManager.cpp
Log Message:
-----------
[Offload][Fix] Fix lazy initialization with multiple images
Summary:
There was a bug here where we would initialize the plugin multiple times
when there were multiple images. Fix it by putting the `is_initliaized`
check later.
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