From: Hans Wennborg Date: Fri, 2 Aug 2013 23:21:32 +0000 (+0000) Subject: Options.td: remove _DASH_DASH X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1c50a1f55086cda654a903abd4ce1908e580faa;p=clang Options.td: remove _DASH_DASH Since LLVM r187675, this is handled by the option parsing code itself. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187689 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 18390acc84..28d9a5e9aa 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -179,9 +179,6 @@ def ccc_ : Joined<["-"], "ccc-">, Group, Flags<[Unsupported]>; def _HASH_HASH_HASH : Flag<["-"], "###">, Flags<[DriverOption, CoreOption]>, HelpText<"Print the commands to run for this compilation">; -// The '--' option is here for the sake of compatibility with gcc, but is -// being ignored by the driver. -def _DASH_DASH : Flag<["--"], "">, Flags<[DriverOption]>; def A : JoinedOrSeparate<["-"], "A">; def B : JoinedOrSeparate<["-"], "B">; def CC : Flag<["-"], "CC">, Flags<[CC1Option]>;