summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peixotto <dpeixott@codeaurora.org>2013-12-10 18:49:55 +0000
committerDavid Peixotto <dpeixott@codeaurora.org>2013-12-10 18:49:55 +0000
commitfe078843a09cf5244c4471ec3b0a6860d24f38f4 (patch)
tree0d6530f3bfe3e93b6a428425a1b66b6fc59610ec
parentd5ba86be0dae52bf910e388951e2741e2b2bcc7d (diff)
downloadbcm5719-llvm-fe078843a09cf5244c4471ec3b0a6860d24f38f4.tar.gz
bcm5719-llvm-fe078843a09cf5244c4471ec3b0a6860d24f38f4.zip
Make the -via-file-asm an InternalDebugOpt
We do not need to expose this flag to the user. This commit makes the flag an interal debug option that will only display its help when printing with --help-hidden. llvm-svn: 196946
-rw-r--r--clang/include/clang/Driver/Options.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index 5bd36a5f0cb..091e25fa9ab 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -1231,7 +1231,7 @@ def rtlib_EQ : Joined<["-", "--"], "rtlib=">;
def r : Flag<["-"], "r">;
def save_temps : Flag<["-", "--"], "save-temps">, Flags<[DriverOption]>,
HelpText<"Save intermediate compilation results">;
-def via_file_asm : Flag<["-", "--"], "via-file-asm">, Flags<[DriverOption]>,
+def via_file_asm : Flag<["-", "--"], "via-file-asm">, InternalDebugOpt,
HelpText<"Write assembly to file for input to assemble jobs">;
def sectalign : MultiArg<["-"], "sectalign", 3>;
def sectcreate : MultiArg<["-"], "sectcreate", 3>;
OpenPOWER on IntegriCloud