[ARM] For assembler files recognize -Xassembler or -Wa, -mthumb

Attempt to fix warning picked up by buildbot.

llvm-svn: 318648
This commit is contained in:
Peter Smith 2017-11-20 13:53:55 +00:00
parent 3947cb3cf0
commit 931c9fa8fe
1 changed files with 1 additions and 1 deletions

View File

@ -1897,7 +1897,7 @@ static void CollectArgsForIntegratedAssembler(Compilation &C,
// -mthumb has already been processed in ComputeLLVMTriple()
// recognize but skip over here.
continue;
break;
case llvm::Triple::mips:
case llvm::Triple::mipsel:
case llvm::Triple::mips64: