forked from OSchip/llvm-project
Revert r132630. GCC passes everything down, we aren't trying to replicate that.
llvm-svn: 132637
This commit is contained in:
parent
25b753bb3f
commit
7574774874
|
@ -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">;
|
||||
|
|
Loading…
Reference in New Issue