================
@@ -138,8 +155,22 @@ int main(int Argc, char **Argv) {
}
}
+ if (Args.hasArg(OPT_compact))
----------------
ributzka wrote:
nit: this could be condensed into a single line. `Ctx.Compact = Args.hasArg(OPT_compact);`
https://github.com/llvm/llvm-project/pull/72656