r232440 - Fix typo in previous commit
Justin Bogner
mail at justinbogner.com
Mon Mar 16 17:04:57 PDT 2015
Author: bogner
Date: Mon Mar 16 19:04:57 2015
New Revision: 232440
URL: http://llvm.org/viewvc/llvm-project?rev=232440&view=rev
Log:
Fix typo in previous commit
Modified:
cfe/trunk/include/clang/Driver/CC1Options.td
Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=232440&r1=232439&r2=232440&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Mon Mar 16 19:04:57 2015
@@ -182,7 +182,7 @@ def coverage_cfg_checksum : Flag<["-"],
HelpText<"Emit CFG checksum for functions in .gcno files.">;
def coverage_no_function_names_in_data : Flag<["-"], "coverage-no-function-names-in-data">,
HelpText<"Emit function names in .gcda files.">;
-def coverage_exit_block_before_body : Flag<["-"], "coverage-exit-block-before-data">,
+def coverage_exit_block_before_body : Flag<["-"], "coverage-exit-block-before-body">,
HelpText<"Emit the exit block before the body blocks in .gcno files.">;
def coverage_version_EQ : Joined<["-"], "coverage-version=">,
HelpText<"Four-byte version string for gcov files.">;
More information about the cfe-commits
mailing list