[Driver] Fix "unannotated fall-through between switch labels". NFC

Just a simple fix of Werror problem after r367165.

llvm-svn: 367177
This commit is contained in:
Bjorn Pettersson 2019-07-27 17:09:08 +00:00
parent 464cb6c8c8
commit 60c1ee23ff
1 changed files with 1 additions and 0 deletions

View File

@ -3567,6 +3567,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
case llvm::Triple::thumb:
case llvm::Triple::thumbeb:
Args.ClaimAllArgs(options::OPT_mimplicit_it_EQ);
break;
default:
break;
}