Try to make gcc happy.

llvm-svn: 315349
This commit is contained in:
Rafael Espindola 2017-10-10 19:27:51 +00:00
parent ff9f5f3372
commit 8ed1198774
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ createRTDyldELFObject(MemoryBufferRef Buffer, const ObjectFile &SourceObject,
++SI;
}
return Obj;
return std::move(Obj);
}
static OwningBinary<ObjectFile>