We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13ce15 commit 0a3845bCopy full SHA for 0a3845b
llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
@@ -93,7 +93,7 @@ Error DWARFDebugMacro::parse(DataExtractor StringExtractor,
93
if (IsMacro) {
94
auto Err = M->Header.parseMacroHeader(Data, &Offset);
95
if (Err)
96
- return std::move(Err);
+ return Err;
97
}
98
99
// A macro list entry consists of:
0 commit comments