[zorg] r248770 - llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast: Enable building unittests and examples with "all".
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 28 17:51:48 PDT 2015
Author: chapuni
Date: Mon Sep 28 19:51:48 2015
New Revision: 248770
URL: http://llvm.org/viewvc/llvm-project?rev=248770&view=rev
Log:
llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast: Enable building unittests and examples with "all".
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=248770&r1=248769&r2=248770&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Mon Sep 28 19:51:48 2015
@@ -135,6 +135,9 @@ def _get_clang_fast_builders():
"-DCOMPILER_RT_CAN_EXECUTE_TESTS:BOOL=OFF",
"-DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF",
"-DLLVM_TOOL_COMPILER_RT_BUILD:BOOL=OFF",
+ "-DLLVM_BUILD_TESTS:BOOL=ON",
+ "-DLLVM_BUILD_EXAMPLES:BOOL=ON",
+ "-CLANG_BUILD_EXAMPLES:BOOL=ON",
"-DLLVM_TARGETS_TO_BUILD=X86"],
triple="x86_64-scei-ps4",
prefixCommand=None, # This is a designaed builder, so no need to be nice.
More information about the llvm-commits
mailing list