From c68b6cdcfc6c499a296a4632580e79204dc8b543 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 18 Jan 2017 09:05:32 +0000 Subject: [PATCH] Revert "[xray] try to fix thumb buildbot" 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 96a390674f..78672b2544 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -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; -- 2.40.0