================
@@ -717,6 +717,13 @@ wrapDeviceImages(ArrayRef<std::unique_ptr<MemoryBuffer>> 
Buffers,
             M, BuffersToWrap.front(), offloading::getOffloadEntryArray(M)))
       return std::move(Err);
     break;
+  case OFK_SYCL: {
+    offloading::SYCLWrappingOptions WrappingOptions;
----------------
YuriPlyakhin wrote:

It seems `WrappingOptions` is not used currently. If there is a plan to use it 
in the following patches, might be good to add some comment about it.

https://github.com/llvm/llvm-project/pull/147508
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to