diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-05-25 18:07:48 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-05-25 18:07:48 +0000 |
commit | 2319b5f3cb1ad942ea66e7aae0e4aa3b56f4bc5e (patch) | |
tree | 1b15825af7aff1e53d8ad79ff1703004da74d1d8 /lib/sanitizer_common/sanitizer_flags.inc | |
parent | 8c920732ad3a0f254c5d538c330a0f4984369047 (diff) | |
download | compiler-rt-2319b5f3cb1ad942ea66e7aae0e4aa3b56f4bc5e.tar.gz |
[compiler-rt] Make print_module_map description consistent with the rest.
Reviewers: eugenis
Subscribers: llvm-commits, kubamracek
Differential Revision: https://reviews.llvm.org/D33160
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@303892 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_flags.inc')
-rw-r--r-- | lib/sanitizer_common/sanitizer_flags.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sanitizer_common/sanitizer_flags.inc b/lib/sanitizer_common/sanitizer_flags.inc index 1972bdafd..dad0813d2 100644 --- a/lib/sanitizer_common/sanitizer_flags.inc +++ b/lib/sanitizer_common/sanitizer_flags.inc @@ -75,8 +75,8 @@ COMMON_FLAG(bool, print_summary, true, "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 " \ |