[Mlir-commits] [mlir] [mlir][Pass] Enable the option for reproducer generation without crashing (PR #75421)

Mehdi Amini llvmlistbot at llvm.org
Tue Jan 2 06:38:24 PST 2024


================
@@ -173,6 +173,10 @@ class MlirOptMainConfig {
   }
   bool shouldVerifyRoundtrip() const { return verifyRoundtripFlag; }
 
+  /// Reproducer file generation (no crash required).
+  StringRef getReproduerFilename() const { return reproduerFilenameFlag; }
----------------
joker-eph wrote:

```suggestion
  StringRef getReproducerFilename() const { return reproducerFilenameFlag; }
```

https://github.com/llvm/llvm-project/pull/75421


More information about the Mlir-commits mailing list