forked from OSchip/llvm-project
accept -x objc-cpp-output as an alias for -x objective-c-cpp-output,
per PR9577 llvm-svn: 129201
This commit is contained in:
parent
af1bccec68
commit
5045cf1a61
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue