From: Renato Golin Date: Tue, 17 Jan 2017 21:37:24 +0000 (+0000) Subject: [xray] try to fix thumb buildbot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23e38444e7a2f2b8561aa0300722c33f0a34dbc8;p=clang [xray] try to fix thumb buildbot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292268 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 78672b2544..96a390674f 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -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;