COFF: Fix command line option spelling.

llvm-svn: 243573
This commit is contained in:
Rui Ueyama 2015-07-29 21:01:15 +00:00
parent 05fa73b2db
commit 4323831732
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ LinkerDriver::parseDirectives(StringRef S) {
case OPT_nodefaultlib:
Config->NoDefaultLibs.insert(doFindLib(Arg->getValue()));
break;
case OPT_thrownew:
case OPT_throwingnew:
break;
default:
llvm::errs() << Arg->getSpelling() << " is not allowed in .drectve\n";

View File

@ -105,7 +105,7 @@ def ignoreidl : F<"ignoreidl">;
def incremental : F<"incremental">;
def no_incremental : F<"incremental:no">;
def nologo : F<"nologo">;
def thrownew : F<"thrownew">;
def throwingnew : F<"throwingnew">;
def delay : QF<"delay">;
def errorreport : QF<"errorreport">;