rnk added inline comments.

================
Comment at: clang/utils/creduce-clang-crash.py:81
     self.creduce_flags = ["--tidy"]
+    if core_number > 0:
+      self.creduce_flags = ["--n", str(core_number)]
----------------
I think we should try to pick a good default here. I think we can do better 
than creduce's default of 4 or whatever it is. I think `max(4, os.cpu_count() / 
2)` might be a good guess.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97098/new/

https://reviews.llvm.org/D97098

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to