Options.td: remove _DASH_DASH
authorHans Wennborg <hans@hanshq.net>
Fri, 2 Aug 2013 23:21:32 +0000 (23:21 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 2 Aug 2013 23:21:32 +0000 (23:21 +0000)
Since LLVM r187675, this is handled by the option parsing code itself.

llvm-svn: 187689

clang/include/clang/Driver/Options.td

index 18390ac..28d9a5e 100644 (file)
@@ -179,9 +179,6 @@ def ccc_ : Joined<["-"], "ccc-">, Group<internal_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]>;