Skip to content

Commit b27faa2

Browse files
Hopefully fix SerializerFormat
Created using spr 1.3.7-wip
1 parent 6819c32 commit b27faa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-remarkutil/RemarkFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static Error tryFilter() {
5353
SerializerFormat = Format::YAML;
5454
}
5555

56-
auto MaybeOF = getOutputFileForRemarks(OutputFileName, Format::YAML);
56+
auto MaybeOF = getOutputFileForRemarks(OutputFileName, SerializerFormat);
5757
if (!MaybeOF)
5858
return MaybeOF.takeError();
5959
auto OF = std::move(*MaybeOF);

0 commit comments

Comments
 (0)