]> granicus.if.org Git - clang/commitdiff
Revert "[xray] try to fix thumb buildbot"
authorRenato Golin <renato.golin@linaro.org>
Wed, 18 Jan 2017 09:05:32 +0000 (09:05 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 18 Jan 2017 09:05:32 +0000 (09:05 +0000)
This reverts commit r292268, as it didn't fix the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292355 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 96a390674fd218532570bb3ee4fa4e901ad3e47d..78672b2544f4bb2c5d9a92e07185c8643e6d8cdc 100644 (file)
@@ -4996,7 +4996,6 @@ 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;