[PATCH] [zorg] Add libc++ and libc++abi builders for Linux.
Dan Albert
danalbert at google.com
Mon Aug 4 16:59:48 PDT 2014
================
Comment at: zorg/buildbot/builders/LibcxxAndAbiBuilder.py:62
@@ +61,3 @@
+ name='cmake', command=['cmake', '..'], haltOnFailure=True,
+ workdir=build_path, env={'CC': clang, 'CXX': clangxx}))
+
----------------
gribozavr: can I assume there's a relatively recent clang installed on your buildslave?
http://reviews.llvm.org/D4786
More information about the cfe-commits
mailing list