buildbot change for Mips slave - please review

Reed Kotler rkotler at mips.com
Fri Mar 14 16:05:54 PDT 2014


Probably we will change the CC and CXX name to use symbolic links.

On 03/14/2014 04:00 PM, reed kotler 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, config_name='Release+Asserts',
>
> extra_configure_args=["--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"],




More information about the llvm-commits mailing list