diff options
author | Eric Christopher <echristo@apple.com> | 2011-01-11 20:37:13 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-01-11 20:37:13 +0000 |
commit | bc6f0daca4676989116e9c6b8dafeb01ec34252d (patch) | |
tree | 79b8bff94481dd119c1a9f4c70c13433e1fe127e | |
parent | d7a31ba6db617e38bb064df0ab09dbd41cdfed18 (diff) |
Add back 122079 so we can ignore the argument some more.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123271 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Driver/Options.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index fb5cd05dd6..02f41846d4 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -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">; def a : Joined<"-a">, Group<a_Group>; def bind__at__load : Flag<"-bind_at_load">; def bundle__loader : Separate<"-bundle_loader">; |