From 1bd0445e029c1236df8491113011b5631dd16fa5 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 2 Aug 2013 23:21:32 +0000 Subject: [PATCH] Options.td: remove _DASH_DASH Since LLVM r187675, this is handled by the option parsing code itself. llvm-svn: 187689 --- clang/include/clang/Driver/Options.td | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 18390ac..28d9a5e 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/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]>; -- 2.7.4