We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483b793 commit 8c82ee2Copy full SHA for 8c82ee2
clang/lib/CIR/FrontendAction/CIRGenAction.cpp
@@ -264,6 +264,8 @@ class CIRGenConsumer : public clang::ASTConsumer {
264
// FIXME: we cannot roundtrip prettyForm=true right now.
265
mlir::OpPrintingFlags flags;
266
flags.enableDebugInfo(/*enable=*/true, /*prettyForm=*/false);
267
+ if (feOptions.ClangIRDisableCIRVerifier)
268
+ flags.assumeVerified();
269
mlirMod->print(*outputStream, flags);
270
}
271
break;
0 commit comments