[all-commits] [llvm/llvm-project] ea0549: [OffloadPackager] Add necessary move statement on ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Aug 23 06:45:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea0549d41bc44f60db6a2fb9e0f32e752d47e177
https://github.com/llvm/llvm-project/commit/ea0549d41bc44f60db6a2fb9e0f32e752d47e177
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M clang/tools/clang-offload-packager/ClangOffloadPackager.cpp
Log Message:
-----------
[OffloadPackager] Add necessary move statement on returned value
Summary:
Some older compilers cannot automatically elide the returned vector of
unique pointers, causing build errors. This patch explicitly moves the
returned value instead which should solve the problem.
More information about the All-commits
mailing list