diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-08-30 14:12:06 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-08-30 14:12:06 +0000 |
commit | e36ab4a0a4dbbc3f2be2fb8f7eab6fe039a4dc79 (patch) | |
tree | bc99ae96780b555be4a0c4c0d686d7c0ff128793 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 27ac0d8670e2d98e6c725368906a68dd281613bb (diff) | |
download | bcm5719-llvm-e36ab4a0a4dbbc3f2be2fb8f7eab6fe039a4dc79.tar.gz bcm5719-llvm-e36ab4a0a4dbbc3f2be2fb8f7eab6fe039a4dc79.zip |
Revert r280035 (and followups r280057, r280085), it caused PR30195
llvm-svn: 280091
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 901a5a61de5..d66c5bc604b 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -1313,13 +1313,11 @@ static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, .Case("cl", IK_OpenCL) .Case("cuda", IK_CUDA) .Case("c++", IK_CXX) - .Case("c++-module", IK_CXX) .Case("objective-c", IK_ObjC) .Case("objective-c++", IK_ObjCXX) .Case("cpp-output", IK_PreprocessedC) .Case("assembler-with-cpp", IK_Asm) .Case("c++-cpp-output", IK_PreprocessedCXX) - .Case("c++-module-cpp-output", IK_PreprocessedCXX) .Case("cuda-cpp-output", IK_PreprocessedCuda) .Case("objective-c-cpp-output", IK_PreprocessedObjC) .Case("objc-cpp-output", IK_PreprocessedObjC) |