[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
Thu Feb 1 05:22:01 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323963: [zorg] Remove clang-cmake-thumbv7-a15 bot (authored by maxim-kuvyrkov, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42038?vs=129779&id=132366#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42038

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


Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/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"],
@@ -1042,7 +1026,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.132366.patch
Type: text/x-patch
Size: 1974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180201/8b0a83de/attachment.bin>


More information about the llvm-commits mailing list