[all-commits] [llvm/llvm-project] 6e2558: [llvm-objcopy][MachO] Add missing std::move.
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Oct 5 11:03:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6e25586990b93e2c9eaaa4f473b6720ccd646c46
https://github.com/llvm/llvm-project/commit/6e25586990b93e2c9eaaa4f473b6720ccd646c46
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M llvm/tools/llvm-objcopy/llvm-objcopy.cpp
Log Message:
-----------
[llvm-objcopy][MachO] Add missing std::move.
This change fixes the build issue introduced by 32c8435ef7
(detected by the buildbot fuchsia-x86_64-linux).
Test plan: make check-all
More information about the All-commits
mailing list