forked from OSchip/llvm-project
parent
c6735aecfa
commit
2836cf0b72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue