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 c69273f commit 78b1e77Copy full SHA for 78b1e77
llvm/lib/IR/RemarkStreamer.cpp
@@ -118,6 +118,7 @@ formatToSerializer(remarks::Format RemarksFormat, raw_ostream &OS) {
118
case remarks::Format::YAMLStrTab:
119
return llvm::make_unique<remarks::YAMLStrTabSerializer>(OS);
120
};
121
+ llvm_unreachable("Unknown remarks::Format enum");
122
}
123
124
Expected<std::unique_ptr<ToolOutputFile>>
0 commit comments