forked from OSchip/llvm-project
parent
ff9f5f3372
commit
8ed1198774
|
@ -164,7 +164,7 @@ createRTDyldELFObject(MemoryBufferRef Buffer, const ObjectFile &SourceObject,
|
|||
++SI;
|
||||
}
|
||||
|
||||
return Obj;
|
||||
return std::move(Obj);
|
||||
}
|
||||
|
||||
static OwningBinary<ObjectFile>
|
||||
|
|
Loading…
Reference in New Issue