[PATCH] D42038: [PATCH 3/6] [zorg] Remove clang-cmake-thumbv7-a15 bot

Maxim Kuvyrkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 08:10:33 PST 2018


maxim-kuvyrkov created this revision.
maxim-kuvyrkov added reviewers: gkistanova, rovka.
Herald added subscribers: llvm-commits, kristof.beyls, aemerson.

It tests the same configuration as clang-cmake-armv7-a15 bot with
which it differs only in CFLAGS passed to the host compiler.  Since
this is a single-stage build, there's no actual testing of Thumb2
configuration with this bot.  Use hardware for armv7-a15-full bot.


Repository:
  rL LLVM

https://reviews.llvm.org/D42038

Files:
  buildbot/osuosl/master/config/builders.py


Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -276,22 +276,6 @@
                                         "-DLLVM_LIT_ARGS='-sv -j4'",
                                         "-DLLVM_PARALLEL_LINK_JOBS=2"])},
 
-        ## Cortex-A15 check-all with CMake T2 builder
-        {'name': "clang-cmake-thumbv7-a15",
-         'slavenames':["linaro-tk1-09"],
-         'builddir':"clang-cmake-thumbv7-a15",
-         'factory' : ClangBuilder.getClangCMakeBuildFactory(
-                      clean=False,
-                      checkout_compiler_rt=False,
-                      checkout_lld=False,
-                      extra_cmake_args=["-DCMAKE_C_COMPILER_LAUNCHER='ccache'",
-                                        "-DCMAKE_CXX_COMPILER_LAUNCHER='ccache'",
-                                        "-DCMAKE_C_FLAGS='-mcpu=cortex-a15 -mfpu=vfpv3 -mthumb'",
-                                        "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a15 -mfpu=vfpv3 -mthumb'",
-                                        "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'",
-                                        "-DLLVM_LIT_ARGS='-sv -j4'",
-                                        "-DLLVM_PARALLEL_LINK_JOBS=2"])},
-
         ## Cortex-A15 check-all self-host with CMake builder
         {'name': "clang-cmake-armv7-a15-selfhost",
          'slavenames':["linaro-tk1-07"],
@@ -1040,7 +1024,7 @@
 
           ## Cortex-A15 check-all full (compiler-rt) with CMake builder; Needs x86 for ASAN tests
           {'name': "clang-cmake-armv7-a15-full",
-           'slavenames':["linaro-tk1-08"],
+           'slavenames':["linaro-tk1-08", "linaro-tk1-09"],
            'builddir':"clang-cmake-armv7-a15-full",
            'factory' : ClangBuilder.getClangCMakeBuildFactory(
                         clean=False,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42038.129779.patch
Type: text/x-patch
Size: 1941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180114/88578ee3/attachment.bin>


More information about the llvm-commits mailing list