diff --git a/src/jitlayers.h b/src/jitlayers.h index aaef2f30a7a02..7f07034586c80 100644 --- a/src/jitlayers.h +++ b/src/jitlayers.h @@ -93,7 +93,7 @@ struct OptimizationOptions { // for middle-end IR optimizations. However, we have not qualified the new // pass manager on our optimization pipeline yet, so this remains an optional // define -#define JL_USE_NEW_PM +// #define JL_USE_NEW_PM struct NewPM { std::unique_ptr TM;