Frontend: Teach clang -cc1as to respond to -v.

llvm-svn: 114863
This commit is contained in:
Daniel Dunbar 2010-09-27 20:13:13 +00:00
parent 6b2aaf1a36
commit 2e0db09078
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def _help : Flag<"--help">, Alias<help>;
def version : Flag<"-version">,
HelpText<"Print the assembler version">;
def _version : Flag<"--version">, Alias<version>;
def v : Flag<"-v">, Alias<version>;
// Generic forwarding to LLVM options. This should only be used for debugging
// and experimental features.