summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-10-23 01:25:21 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-10-23 01:25:21 +0000
commit7ccb6d9f8a655f1d32f6b4f87d40838a4eabfbc5 (patch)
treef5f3ccaa727557dfcb0fe375b43eab5cf3bad776
parentd94773972ce5febe7b72003bf6998acbc6d57b5d (diff)
downloadbcm5719-llvm-7ccb6d9f8a655f1d32f6b4f87d40838a4eabfbc5.tar.gz
bcm5719-llvm-7ccb6d9f8a655f1d32f6b4f87d40838a4eabfbc5.zip
[Options] Fix two options I mistransformed.
llvm-svn: 166458
-rw-r--r--clang/include/clang/Driver/CC1AsOptions.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Driver/CC1AsOptions.td b/clang/include/clang/Driver/CC1AsOptions.td
index 858deb14a7e..9fd855a9ce9 100644
--- a/clang/include/clang/Driver/CC1AsOptions.td
+++ b/clang/include/clang/Driver/CC1AsOptions.td
@@ -48,7 +48,7 @@ def o : Separate<["-"], "o">, MetaVarName<"<path>">,
def filetype : Separate<["-"], "filetype">,
HelpText<"Specify the output file type ('asm', 'null', or 'obj')">;
-def help : Flag<["-", "--"], "-help">,
+def help : Flag<["-", "--"], "help">,
HelpText<"Print this help text">;
def version : Flag<["-", "--"], "version">,
@@ -78,7 +78,7 @@ def show_inst : Flag<["-"], "show-inst">,
def relax_all : Flag<["-"], "relax-all">,
HelpText<"Relax all fixups (for performance testing)">;
-def no_exec_stack : Flag<["-"], "-noexecstack">,
+def no_exec_stack : Flag<["--"], "noexecstack">,
HelpText<"Mark the file as not needing an executable stack">;
def fatal_warnings : Flag<["--"], "fatal-warnings">,
OpenPOWER on IntegriCloud