[PATCH] D27400: [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on Darwin

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 20:39:28 PST 2016


kubabrecka removed rL LLVM as the repository for this revision.
kubabrecka updated this revision to Diff 81525.
kubabrecka added a comment.

Updating patch, addressing review comments.

> Is it that valuable that we print after every report?

It is for TSan, where we just keep the process running and reporting issues.  If the user kills the process abnormally, he would never see the UUID list under print_module_map=1.


https://reviews.llvm.org/D27400

Files:
  lib/asan/asan_report.cc
  lib/asan/asan_rtl.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_printf.cc
  lib/sanitizer_common/sanitizer_win.cc
  lib/tsan/rtl/tsan_report.cc
  lib/tsan/rtl/tsan_rtl.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27400.81525.patch
Type: text/x-patch
Size: 10353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/33c89543/attachment.bin>


More information about the llvm-commits mailing list