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

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


================
@@ -20,7 +20,7 @@ using namespace ::testing;
 TEST(Queue, CommonQueriesAndLifetime) {
   mock::MockWrapper Mock;
 
-  EXPECT_CALL(Mock.get(), olCreateQueue(_, _)).Times(1);
+  EXPECT_CALL(Mock.get(), olCreateQueue(_, _, _)).Times(1);
----------------
lplewa wrote:

Well, this is coding style that libsycl maintainers decided to follow - you can propose such change in separate PR, as it would require changes in multiple files/tests.

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


More information about the llvm-commits mailing list