[Mlir-commits] [mlir] [mlir][Pass] Enable the option for reproducer generation without crashing (PR #75421)
Puyan Lotfi
llvmlistbot at llvm.org
Tue Jan 2 06:48:33 PST 2024
================
@@ -173,6 +173,10 @@ class MlirOptMainConfig {
}
bool shouldVerifyRoundtrip() const { return verifyRoundtripFlag; }
+ /// Reproducer file generation (no crash required).
+ StringRef getReproduerFilename() const { return reproduerFilenameFlag; }
----------------
plotfi wrote:
Oops. My auto-complete must have consistently gotten this one wrong. Good catch. :-)
https://github.com/llvm/llvm-project/pull/75421
More information about the Mlir-commits
mailing list