[all-commits] [llvm/llvm-project] 86bfab: [OffloadPackager] Resolve copy elision warnings
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Aug 23 08:02:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86bfab2723618772f5c4ffc2a68eedca592c6928
https://github.com/llvm/llvm-project/commit/86bfab2723618772f5c4ffc2a68eedca592c6928
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] Resolve copy elision warnings
Summary:
The buildbots are giving failures on the explicit move operations here.
Previously I had problems where not perfomring an explicit move would
cause problems with older compilers so we'll see if this works as
expected.
More information about the All-commits
mailing list