================
@@ -21,7 +21,8 @@ mlir::LogicalResult runCIRToCIRPasses(mlir::ModuleOp 
theModule,
                                       mlir::MLIRContext &mlirContext,
                                       clang::ASTContext &astContext,
                                       bool enableVerifier,
-                                      bool enableCIRSimplify) {
+                                      bool enableCIRSimplify, bool 
enableLibOpt,
----------------
bcardosolopes wrote:

Also: `libOptOptions` is threaded all the way here but never passed to 
`createLibOptPass()`. Either wire it through or drop it until it's needed.

https://github.com/llvm/llvm-project/pull/172487
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to