[cfe-commits] r114863 - /cfe/trunk/include/clang/Driver/CC1AsOptions.td
Daniel Dunbar
daniel at zuster.org
Mon Sep 27 13:13:14 PDT 2010
Author: ddunbar
Date: Mon Sep 27 15:13:13 2010
New Revision: 114863
URL: http://llvm.org/viewvc/llvm-project?rev=114863&view=rev
Log:
Frontend: Teach clang -cc1as to respond to -v.
Modified:
cfe/trunk/include/clang/Driver/CC1AsOptions.td
Modified: cfe/trunk/include/clang/Driver/CC1AsOptions.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1AsOptions.td?rev=114863&r1=114862&r2=114863&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1AsOptions.td (original)
+++ cfe/trunk/include/clang/Driver/CC1AsOptions.td Mon Sep 27 15:13:13 2010
@@ -46,6 +46,7 @@
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.
More information about the cfe-commits
mailing list