[zorg] r220214 - Moving libcxx ARM bot to the right place and changing to similar name

Renato Golin renato.golin at linaro.org
Mon Oct 20 10:21:38 PDT 2014


Author: rengolin
Date: Mon Oct 20 12:21:38 2014
New Revision: 220214

URL: http://llvm.org/viewvc/llvm-project?rev=220214&view=rev
Log:
Moving libcxx ARM bot to the right place and changing to similar name

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

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=220214&r1=220213&r2=220214&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Mon Oct 20 12:21:38 2014
@@ -219,15 +219,6 @@ def _get_clang_builders():
                                            '--with-float=hard',
                                            '--enable-targets=arm'])},
 
-        # Cortex-A15 LibC++ and LibC++abi tests
-        {'name': 'libcxx-native-arm',
-         'slavenames': ['linaro-chrome-01'],
-         'builddir': 'libcxx-native-arm',
-         'category': 'libcxx',
-         'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
-                                              env={'CC': 'clang', 'CXX': 'clang++'},
-                                              cmake_extra_opts={'LIBCXXABI_USE_LLVM_UNWINDER': 'True'})},
-
         # Cortex-A15 LNT test-suite in Benchmark mode
         {'name' : "clang-native-arm-lnt-perf",
          'slavenames':["linaro-chrome-02"],
@@ -726,6 +717,15 @@ def _get_libcxx_builders():
             env={'PATH': '/usr/local/bin:/usr/bin:/bin',
                  'CC': 'clang', 'CXX': 'clang++'}),
         'category': 'libcxx'},
+
+        # Cortex-A15 LibC++ and LibC++abi tests
+        {'name': 'libcxx-libcxxabi-arm-linux',
+         'slavenames': ['linaro-chrome-01'],
+         'builddir': 'libcxx-libcxxabi-arm-linux',
+         'category': 'libcxx',
+         'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
+            env={'CC': 'clang', 'CXX': 'clang++'},
+            cmake_extra_opts={'LIBCXXABI_USE_LLVM_UNWINDER': 'True'})},
     ]
 
 





More information about the llvm-commits mailing list