[PATCH] D33160: [compliler-rt] Make print_module_map description consistent with the rest.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 11:07:58 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303892: [compiler-rt] Make print_module_map description consistent with the rest. (authored by vitalybuka).

Changed prior to commit:
  https://reviews.llvm.org/D33160?vs=98865&id=100273#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33160

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc


Index: compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
@@ -75,8 +75,8 @@
             "If false, disable printing error summaries in addition to error "
             "reports.")
 COMMON_FLAG(int, print_module_map, 0,
-            "OS X only. 0 = don't print, 1 = print only once before process "
-            "exits, 2 = print after each report.")
+            "OS X only (0 - don't print, 1 - print only once before process "
+            "exits, 2 - print after each report).")
 COMMON_FLAG(bool, check_printf, true, "Check printf arguments.")
 #define COMMON_FLAG_HANDLE_SIGNAL_HELP(signal) \
     "Controls custom tool's " #signal " handler (0 - do not registers the " \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33160.100273.patch
Type: text/x-patch
Size: 880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170525/f558d8cc/attachment.bin>


More information about the llvm-commits mailing list