[cfe-commits] r122079 - /cfe/trunk/include/clang/Driver/Options.td
Eric Christopher
echristo at apple.com
Fri Dec 17 11:12:09 PST 2010
Author: echristo
Date: Fri Dec 17 13:12:09 2010
New Revision: 122079
URL: http://llvm.org/viewvc/llvm-project?rev=122079&view=rev
Log:
Nom nom nom, tasty unused option with an argument.
Modified:
cfe/trunk/include/clang/Driver/Options.td
Modified: cfe/trunk/include/clang/Driver/Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.td?rev=122079&r1=122078&r2=122079&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Fri Dec 17 13:12:09 2010
@@ -196,6 +196,7 @@
def ansi : Flag<"-ansi">, Group<a_Group>;
def arch__errors__fatal : Flag<"-arch_errors_fatal">;
def arch : Separate<"-arch">, Flags<[DriverOption]>;
+def arch__only : Separate<"-arch_only">, Flags<[NoForward]>;
def a : Joined<"-a">, Group<a_Group>;
def bind__at__load : Flag<"-bind_at_load">;
def bundle__loader : Separate<"-bundle_loader">;
More information about the cfe-commits
mailing list