[PATCH] D50459: [zorg] Cleanup clang-cmake-aarch64-lld and clang-cmake-armv8-lld bots

Maxim Kuvyrkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 09:01:12 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL339444: [zorg] Cleanup clang-cmake-aarch64-lld and clang-cmake-armv8-lld bots (authored by maxim-kuvyrkov, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50459?vs=159744&id=160120#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50459

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
@@ -363,24 +363,21 @@
                )},
 
         ## AArch64 Self-hosting Clang+LLVM check-all + LLD + test-suite
-        ## TODO: Remove the X86 back-end after fixing the 90 bad tests
-        ## TODO: Add Compiler-RT after fixing all the failures
-        ## TODO: Fix the three remaining test-suite failures
         {'name': "clang-cmake-aarch64-lld",
          'slavenames':["linaro-thx1-01-aarch64-lld", "linaro-armv8-01-aarch64-lld"],
          'builddir':"clang-cmake-aarch64-lld",
          'factory' : ClangBuilder.getClangCMakeBuildFactory(
                       clean=False,
-                      checkout_compiler_rt=False,
+                      checkout_compiler_rt=True,
                       checkout_lld=True,
                       test=True,
                       useTwoStage=True,
                       runTestSuite=True,
                       testsuite_flags=['--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld',
                                        '--threads=64', '--build-threads=64'],
                       extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",
                                         "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'",
-                                        "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64;X86'",
+                                        "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'",
                                         "-DLLVM_ENABLE_LLD=True"],
                ),
          'category'   : 'lld'},
@@ -1187,24 +1184,21 @@
                                           "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"])},
 
         ## AArch32 Self-hosting Clang+LLVM check-all + LLD + test-suite
-        ## TODO: Remove the X86 back-end after fixing the 90 bad tests
-        ## TODO: Add Compiler-RT after fixing all the failures
-        ## TODO: Fix the three remaining test-suite failures
         {'name': "clang-cmake-armv8-lld",
          'slavenames':["linaro-armv8-01-arm-lld"],
          'builddir':"clang-cmake-armv8-lld",
          'factory' : ClangBuilder.getClangCMakeBuildFactory(
                       clean=False,
-                      checkout_compiler_rt=False,
+                      checkout_compiler_rt=True,
                       checkout_lld=True,
                       test=True,
                       useTwoStage=True,
                       runTestSuite=True,
                       testsuite_flags=['--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld',
                                        '--threads=64', '--build-threads=64'],
                       extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",
                                         "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'",
-                                        "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64;X86'",
+                                        "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'",
                                         "-DLLVM_ENABLE_LLD=True"],
                ),
          'category'   : 'lld'},


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50459.160120.patch
Type: text/x-patch
Size: 3205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180810/37ed27d5/attachment.bin>


More information about the llvm-commits mailing list