forked from OSchip/llvm-project
[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:
parent
464cb6c8c8
commit
60c1ee23ff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue