accept -x objc-cpp-output as an alias for -x objective-c-cpp-output,

per PR9577

llvm-svn: 129201
This commit is contained in:
Chris Lattner 2011-04-09 07:09:31 +00:00
parent af1bccec68
commit 5045cf1a61
1 changed files with 1 additions and 0 deletions

View File

@ -1189,6 +1189,7 @@ static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args,
.Case("assembler-with-cpp", IK_Asm)
.Case("c++-cpp-output", IK_PreprocessedCXX)
.Case("objective-c-cpp-output", IK_PreprocessedObjC)
.Case("objc-cpp-output", IK_PreprocessedObjC)
.Case("objective-c++-cpp-output", IK_PreprocessedObjCXX)
.Case("c-header", IK_C)
.Case("objective-c-header", IK_ObjC)