]> granicus.if.org Git - clang/commitdiff
Nom nom nom, tasty unused option with an argument.
authorEric Christopher <echristo@apple.com>
Fri, 17 Dec 2010 19:12:09 +0000 (19:12 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 17 Dec 2010 19:12:09 +0000 (19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122079 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Options.td

index eeec2679117654f448814ac7ffcad9cf16608d5a..1e48819a0678ff952ba2dce526fd383d522845db 100644 (file)
@@ -196,6 +196,7 @@ def allowable__client : Separate<"-allowable_client">;
 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">;