[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
Fri May 12 18:17:53 PDT 2017
vitalybuka created this revision.
Herald added a subscriber: kubamracek.
https://reviews.llvm.org/D33160
Files:
lib/sanitizer_common/sanitizer_flags.inc
Index: lib/sanitizer_common/sanitizer_flags.inc
===================================================================
--- lib/sanitizer_common/sanitizer_flags.inc
+++ 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.98865.patch
Type: text/x-patch
Size: 826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170513/31df8407/attachment.bin>
More information about the llvm-commits
mailing list