================
@@ -948,6 +979,43 @@ class AsmPrinter : public MachineFunctionPass {
}
};
+class AsmPrinterInitializePass
----------------
optimisan wrote:
These are missing the `static bool isRequired() { return true; }`
https://github.com/llvm/llvm-project/pull/99320