[PATCH] D16070: [asan] Optionally print reproducer cmdline in ASan reports.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 16:37:12 PST 2016
kcc added a comment.
Sounds good, but really this functionality belongs to sanitizer_common.
May I ask you to move it there? (the flags, the print function, etc).
The actual call to PrintCmdline() you may leave in asan only for now.
Repository:
rL LLVM
http://reviews.llvm.org/D16070
More information about the llvm-commits
mailing list