[LLVMdev] buildbot change for Mips slave (original) (raw)
[LLVMdev] buildbot change for Mips slave - please review
Reed Kotler rkotler at mips.com
Fri Mar 14 15:58:43 PDT 2014
- Previous message: [LLVMdev] buildbot change for Mips slave - please review
- Next message: [LLVMdev] compiler-rt's append_if definition breaks lldb build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sorry... should have posted to commits list.
n 03/14/2014 03:49 PM, Dmitri Gribenko wrote:
+ Galina
On Fri, Mar 14, 2014 at 10:45 PM, Reed Kotler <rkotler at mips.com> wrote: We want to switch running our slave bot with clang/llvm instead of gcc. We have the following proposed patch. We can't test this in our environment but will monitor and adjust if there are issues.
svn co http://llvm.org/svn/llvm-project/zorg/trunk zorg
mips-builder.patch Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py (revision 203958) +++ buildbot/osuosl/master/config/builders.py (working copy) @@ -90,6 +90,8 @@ 'builddir':"llvm-mips-linux", 'factory': LLVMBuilder.getLLVMBuildFactory("mips-linux-gnu", timeout=40, configname='Release+Asserts', extraconfigureargs=["--with-extra-options=-mips32r2", + "CC=/mips/proj/build-compiler/clang-be-o32-r203581/bin/clang", + "CXX=/mips/proj/build-compiler/clang-be-o32-r203581/bin/clang++", "--with-extra-ld-options=-mips32r2"])}, {'name': "llvm-aarch64-linux", 'slavenames':["aarch64-foundation"],
LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
- Previous message: [LLVMdev] buildbot change for Mips slave - please review
- Next message: [LLVMdev] compiler-rt's append_if definition breaks lldb build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]