From: Nick Lewycky Date: Sat, 4 Jun 2011 09:06:25 +0000 (+0000) Subject: Revert r132630. GCC passes everything down, we aren't trying to replicate that. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7339902e47acacad0d6b911c54ee3aa8cbfac683;p=clang Revert r132630. GCC passes everything down, we aren't trying to replicate that. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132637 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index bdb163247f..23b351c78a 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -679,7 +679,6 @@ def x : JoinedOrSeparate<"-x">, Flags<[DriverOption]>, HelpText<"Treat subsequent input files as having type ">, MetaVarName<"">; def y : Joined<"-y">; -def z : JoinedOrSeparate<"-z">, Flags<[LinkerInput, RenderSeparate]>; def working_directory : Separate<"-working-directory">, HelpText<"Resolve file paths relative to the specified directory">;