diff --git a/lib/compilers/argument-parsers.ts b/lib/compilers/argument-parsers.ts index 36267bb90d9..96f33b857c5 100644 --- a/lib/compilers/argument-parsers.ts +++ b/lib/compilers/argument-parsers.ts @@ -449,7 +449,9 @@ export class ClangirParser extends ClangParser { arg: [], moduleScopeArg: ['-mmlir', '--mlir-print-ir-before-all', '-mmlir', '--mlir-print-ir-after-all'], noDiscardValueNamesArg: [], - supportedOptions: ['dump-full-module', 'demangle-symbols'], + // Currently 'dump-full-module' is locked to checked by the front-end + // supportedOptions: ['dump-full-module', 'demangle-symbols'], + supportedOptions: ['demangle-symbols'], supportedFilters: [], }; } diff --git a/static/panes/opt-pipeline.ts b/static/panes/opt-pipeline.ts index b66ca02e0ff..9376d0bee73 100644 --- a/static/panes/opt-pipeline.ts +++ b/static/panes/opt-pipeline.ts @@ -230,13 +230,12 @@ export class OptPipeline extends MonacoPane'); @@ -347,8 +345,12 @@ export class OptPipeline extends MonacoPane