[PATCH] D16070: [asan] Optionally print reproducer cmdline in ASan reports.
Maxim Ostapenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 04:13:00 PST 2016
m.ostapenko updated this revision to Diff 44850.
m.ostapenko 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.
Sure, updating the diff.
Repository:
rL LLVM
http://reviews.llvm.org/D16070
Files:
lib/asan/asan_report.cc
lib/sanitizer_common/sanitizer_common.cc
lib/sanitizer_common/sanitizer_common.h
lib/sanitizer_common/sanitizer_flags.inc
lib/sanitizer_common/sanitizer_linux.cc
lib/sanitizer_common/sanitizer_mac.cc
lib/sanitizer_common/sanitizer_win.cc
test/asan/TestCases/Posix/print_cmdline.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16070.44850.patch
Type: text/x-patch
Size: 4089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160114/2322b942/attachment.bin>
More information about the llvm-commits
mailing list