[PATCH] Add a libcpp-no-global-filesystem-namespace builder
Jonathan Roelofs
jonathan at codesourcery.com
Thu Mar 12 09:00:02 PDT 2015
Hi gribozavr, ed,
Dimitry, would you mind hosting another one of these libc++ builders?
The flag for this was added in http://reviews.llvm.org/rL232049.
http://reviews.llvm.org/D8293
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
@@ -905,6 +905,14 @@
'LIBCXXABI_ENABLE_THREADS': 'OFF'}),
'category': 'libcxx'},
+ {'name': 'libcxx-libcxxabi-no_global_filesystem_namespace-x86_64-linux-debian',
+ 'slavenames': ['gribozavr4'],
+ 'builddir': 'libcxx-libcxxabi-no_global_filesystem_namespace-x86_64-linux-debian',
+ 'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
+ env={'CC': 'clang', 'CXX': 'clang++'},
+ cmake_extra_opts={'LIBCXX_ENABLE_GLOBAL_FILESYSTEM_NAMESPACE': 'OFF'}),
+ 'category': 'libcxx'},
+
# EricWF's builders on ericwf-buildslave
{'name': 'libcxx-libcxxabi-x86_64-linux-ubuntu',
'slavenames': ['ericwf-buildslave'],
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8293.21838.patch
Type: text/x-patch
Size: 950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150312/33df8ff7/attachment.bin>
More information about the cfe-commits
mailing list