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 6819c32 commit b27faa2Copy full SHA for b27faa2
llvm/tools/llvm-remarkutil/RemarkFilter.cpp
@@ -53,7 +53,7 @@ static Error tryFilter() {
53
SerializerFormat = Format::YAML;
54
}
55
56
- auto MaybeOF = getOutputFileForRemarks(OutputFileName, Format::YAML);
+ auto MaybeOF = getOutputFileForRemarks(OutputFileName, SerializerFormat);
57
if (!MaybeOF)
58
return MaybeOF.takeError();
59
auto OF = std::move(*MaybeOF);
0 commit comments