Try to unbreak buildbots after r368014

llvm-svn: 368018
This commit is contained in:
Igor Kudrin 2019-08-06 11:12:13 +00:00
parent c6735aecfa
commit 2836cf0b72
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ DWARFDebugNames::NameIndex::getEntry(uint32_t *Offset) const {
uint64_t Offset64 = *Offset;
auto Result = getEntry(&Offset64);
*Offset = Offset64;
return std::move(Result);
return Result;
}
DWARFDebugNames::NameTableEntry