From 2269a70249dcfab438f172c06940596fd0f061a1 Mon Sep 17 00:00:00 2001 From: joey0320 Date: Wed, 4 Jan 2023 21:46:35 -0800 Subject: [PATCH] add back disable-annotation-* flags --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 5bc58409..637dfa0c 100644 --- a/common.mk +++ b/common.mk @@ -189,7 +189,8 @@ endif --emit-metadata \ --verify-each=true \ --warn-on-unprocessed-annotations \ - --verbose-pass-executions \ + --disable-annotation-classless \ + --disable-annotation-unknown \ --mlir-timing \ --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ --repl-seq-mem \