mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Revert "[llvm-objcopy][MachO] Add missing std::move."
This reverts commit 6e25586990b93e2c9eaaa4f473b6720ccd646c46. It depends on 32c8435ef70031d7bd3dce48e41bdce65747e123, which I'm reverting due to ASan failures. Details in https://reviews.llvm.org/D88400.
This commit is contained in:
parent
f55288ff73
commit
5384fe3962
@ -187,7 +187,7 @@ createNewArchiveMembers(CopyConfig &Config, const Archive &Ar) {
|
||||
}
|
||||
if (Err)
|
||||
return createFileError(Config.InputFilename, std::move(Err));
|
||||
return std::move(NewArchiveMembers);
|
||||
return NewArchiveMembers;
|
||||
}
|
||||
|
||||
} // end namespace objcopy
|
||||
|
Loading…
Reference in New Issue
Block a user