Alexey Lapshin 2022-03-09 14:25:10 +03:00
parent ae4eb938c0
commit dedf006fa9
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Expected<std::unique_ptr<ObjectFile>> createObjectFileFromYamlDescription(
if (!IsValidFormat(*Obj))
return createError("wrong file format");
return Obj;
return std::move(Obj);
}
// Call objcopy::executeObjcopyOnBinary for \p Config and \p In. \p DataVector