================ @@ -735,11 +736,15 @@ wrapDeviceImages(ArrayRef<std::unique_ptr<MemoryBuffer>> Buffers, } Expected<SmallVector<std::unique_ptr<MemoryBuffer>>> -bundleOpenMP(ArrayRef<OffloadingImage> Images) { +bundleOpenMP(SmallVectorImpl<OffloadingImage> &Images) { ---------------- jhuber6 wrote:
But this function's job is to return a new list of binary files after serializing the input, can't it just be put in the output? https://github.com/llvm/llvm-project/pull/120145 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits