================
@@ -472,6 +633,22 @@ def main():
         creduce_flags += ["--n", str(max(4, multiprocessing.cpu_count() // 2))]
 
     r = Reduce(crash_script, file_to_reduce, creduce_flags)
+    if args.auto:
----------------
ilovepi wrote:

If you're OK w/ it, I'd like to keep the `--auto` mechanism in place, until 
we're happy w/ the extra steps. At that point, I think your idea to only try 
those other tools would make more sense. My thinking is that this is low risk 
to degrade any existing workflow until we're satisfied w/ the new methodology.

https://github.com/llvm/llvm-project/pull/163282
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to