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

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 05:07:49 PST 2016


m.ostapenko added a comment.

Thanks, will commit this patch next week. There is one thing I'm concern about: we call **PrintCmdline** in **~ScopedInErrorReport** and this means that we would miss command line in case of we have nested bugs (here desctructor is never called, right?). Is there any reasonable way to handle this situation (perhaps move **PrintCmdline** to **ScopedInErrorReport** constructor)?


Repository:
  rL LLVM

http://reviews.llvm.org/D16070





More information about the llvm-commits mailing list