[llvm] [offload] Add context parameter to olCreateQueue (PR #213057)

Ɓukasz Plewa via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 07:22:38 PDT 2026


================
@@ -249,8 +249,10 @@ void mock::MockLiboffload::initDefault() {
       });
 
   ON_CALL(*this, olCreateQueue)
-      .WillByDefault([this](ol_device_handle_t Device,
+      .WillByDefault([this](ol_context_handle_t Context,
----------------
lplewa wrote:

Because other places in this file follow this pattern. 

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


More information about the llvm-commits mailing list