From d48fab3c6a5eb4f65684fcc1aec4d4887500771c Mon Sep 17 00:00:00 2001 From: Ofek Shilon Date: Sun, 29 Sep 2024 11:10:15 +0300 Subject: [PATCH] CR wip --- lib/compilers/argument-parsers.ts | 4 +++- static/panes/opt-pipeline.ts | 10 ++++++---- static/widgets/toggles.ts | 5 +---- 3 files changed, 10 insertions(+), 9 deletions(-) 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