We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4d8da commit d36b841Copy full SHA for d36b841
llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
@@ -77,7 +77,7 @@ void DWARFDebugPubTable::extract(
77
RecoverableErrorHandler(createStringError(
78
errc::invalid_argument,
79
"name lookup table at offset 0x%" PRIx64 " parsing failed: %s",
80
- SetOffset, toString(std::move(C.takeError())).c_str()));
+ SetOffset, toString(C.takeError()).c_str()));
81
continue;
82
}
83
if (C.tell() != Offset)
0 commit comments