[xray] try to fix thumb buildbot

llvm-svn: 292268
This commit is contained in:
Renato Golin 2017-01-17 21:37:24 +00:00
parent f6d61d4f39
commit 0d4797d635
1 changed files with 1 additions and 0 deletions

View File

@ -4996,6 +4996,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
switch (Triple.getArch()) {
case llvm::Triple::x86_64:
case llvm::Triple::arm:
case llvm::Triple::thumb:
case llvm::Triple::aarch64:
// Supported.
break;