[cfe-commits] r123271 - /cfe/trunk/include/clang/Driver/Options.td
Eric Christopher
echristo at apple.com
Tue Jan 11 12:37:13 PST 2011
Author: echristo
Date: Tue Jan 11 14:37:13 2011
New Revision: 123271
URL: http://llvm.org/viewvc/llvm-project?rev=123271&view=rev
Log:
Add back 122079 so we can ignore the argument some more.
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=123271&r1=123270&r2=123271&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Tue Jan 11 14:37:13 2011
@@ -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">;
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