From: Daniel Dunbar Date: Mon, 27 Sep 2010 20:13:13 +0000 (+0000) Subject: Frontend: Teach clang -cc1as to respond to -v. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e830a36053282aadb9603cb8af14a9f5b9c32968;p=clang Frontend: Teach clang -cc1as to respond to -v. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114863 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/CC1AsOptions.td b/include/clang/Driver/CC1AsOptions.td index 5c08dc6305..821d56e2fb 100644 --- a/include/clang/Driver/CC1AsOptions.td +++ b/include/clang/Driver/CC1AsOptions.td @@ -46,6 +46,7 @@ def _help : Flag<"--help">, Alias; def version : Flag<"-version">, HelpText<"Print the assembler version">; def _version : Flag<"--version">, Alias; +def v : Flag<"-v">, Alias; // Generic forwarding to LLVM options. This should only be used for debugging // and experimental features.