[zorg] r211971 - Make the change from r211970 for the phasedClang, not the normal clang builders = /.

Joey Gouly joey.gouly at gmail.com
Fri Jun 27 17:30:01 PDT 2014


ARM64 is gone now, only AArch64 still exists. So you probably don't need to
enable it twice!
On 28 Jun 2014 01:00, "Michael Gottesman" <mgottesman at apple.com> wrote:

> Author: mgottesman
> Date: Fri Jun 27 18:49:58 2014
> New Revision: 211971
>
> URL: http://llvm.org/viewvc/llvm-project?rev=211971&view=rev
> Log:
> Make the change from r211970 for the phasedClang, not the normal clang
> builders = /.
>
> Modified:
>     zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
>
> Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
> URL:
> http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=211971&r1=211970&r2=211971&view=diff
>
> ==============================================================================
> --- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
> +++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Fri Jun 27 18:49:58
> 2014
> @@ -174,8 +174,7 @@ def getClangBuildFactory(
>      base_configure_args += extra_configure_args
>      if triple:
>          base_configure_args += ['--build=%s' % triple,
> -                                '--host=%s' % triple,
> -
>  '--enable-targets=x86,x86_64,arm,arm64,aarch64']
> +                                '--host=%s' % triple]
>      args = base_configure_args +
> [WithProperties("--prefix=%%(builddir)s/%s" % llvm_1_installdir)]
>      args += builders_util.getConfigArgs(stage1_config)
>      if not clean:
> @@ -785,7 +784,8 @@ def phasedClang(config_options, is_boots
>      configure_args = ['../llvm/configure']
>      configure_args.extend(config_options)
>      configure_args.extend(['--disable-bindings',
> -                           '--enable-keep-symbols'])
> +                           '--enable-keep-symbols',
> +
> '--enable-targets=x86,x86_64,arm,arm64,aarch64'])
>      configure_args.append(
>          WithProperties('--prefix=%(builddir)s/clang-install'))
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140628/8fbbe5fb/attachment.html>


More information about the llvm-commits mailing list