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

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 05:36:11 PST 2016


filcab added a subscriber: filcab.
filcab added a comment.

Why call it a "reproducer", though?
The command line is just one of the various inputs to a program.

Since it isn't guaranteed to "reproduce" the problem, I'd prefer to just remove that word. Something like:

  Command line: ...

works perfectly (or even just `Command: ...`). It also gets rid of the abbreviation in the UI :-)

Thanks!


Repository:
  rL LLVM

http://reviews.llvm.org/D16070





More information about the llvm-commits mailing list