Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/include/clang/Frontend/FrontendOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class FrontendOptions {
std::string ClangIRIdiomRecognizerOpts;
std::string ClangIRLibOptOpts;

frontend::MLIRDialectKind MLIRTargetDialect;
frontend::MLIRDialectKind MLIRTargetDialect = frontend::MLIR_CORE;

/// The input kind, either specified via -x argument or deduced from the input
/// file name.
Expand Down
Loading