[PATCH] D16070: [asan] Optionally print reproducer cmdline in ASan reports.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 04:38:13 PST 2016


ygribov added inline comments.

================
Comment at: lib/sanitizer_common/sanitizer_flags.inc:204
@@ +203,2 @@
+COMMON_FLAG(bool, print_cmdline, false, "Print command line on crash "
+            "(asan only).")
----------------
I'm afraid he'd want implementation for other sanitizers as well...


Repository:
  rL LLVM

http://reviews.llvm.org/D16070





More information about the llvm-commits mailing list