diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-06-04 09:06:25 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-06-04 09:06:25 +0000 |
commit | 7339902e47acacad0d6b911c54ee3aa8cbfac683 (patch) | |
tree | 3f40bf8f3b3374a13f6bbabe22e7529f3b5f7f5e | |
parent | 000a6552adc6372576d65170dfb5969fd03cc521 (diff) |
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
-rw-r--r-- | include/clang/Driver/Options.td | 1 |
1 files changed, 0 insertions, 1 deletions
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 <language>">, MetaVarName<"<language>">; 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">; |