[PECOFF] Do not accept "/include <string>" option.

Command line argument separator on Windows is colon. We used to accept space
as a separator, but we removed most of the code for that. This patch is to
delete the remaining code.

llvm-svn: 198032
This commit is contained in:
Rui Ueyama 2013-12-26 06:00:26 +00:00
parent a554968dde
commit 610d90b283
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ def manifestdependency : P<"manifestdependency",
// a reserved keyword in tablegen.
def incl : Joined<["/", "-"], "include:">,
HelpText<"Force symbol to be added to symbol table as undefined one">;
def incl_c : Separate<["/", "-"], "include">, Alias<incl>;
def nodefaultlib_all : F<"nodefaultlib">;
def noentry : F<"noentry">;