[cfe-commits] r132637 - /cfe/trunk/include/clang/Driver/Options.td
Nick Lewycky
nicholas at mxc.ca
Sat Jun 4 02:06:25 PDT 2011
Author: nicholas
Date: Sat Jun 4 04:06:25 2011
New Revision: 132637
URL: http://llvm.org/viewvc/llvm-project?rev=132637&view=rev
Log:
Revert r132630. GCC passes everything down, we aren't trying to replicate that.
Modified:
cfe/trunk/include/clang/Driver/Options.td
Modified: cfe/trunk/include/clang/Driver/Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.td?rev=132637&r1=132636&r2=132637&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Sat Jun 4 04:06:25 2011
@@ -679,7 +679,6 @@
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">;
More information about the cfe-commits
mailing list