[llvm-dev] Stable llvm/clang commits for devs

Justin Lebar via llvm-dev llvm-dev at lists.llvm.org
Sat Nov 5 10:28:42 PDT 2016


Many of us use the mirror at

  https://github.com/llvm-project/llvm-project/

Of course builds still may be broken by bad commits, but at least with
this you'll always check out a consistent state of the svn tree.

To build, we just symlink e.g. clang into place.

I also have a script that lets you commit from this repository via svn.

  https://github.com/jlebar/llvm-repo-tools

-Justin

On Fri, Nov 4, 2016 at 12:14 PM, Adrian Prantl via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> LLVM and Clang are part of the same SVN repository so they use the same
> version number namespace. To find a working revision you can pick any one
> that passed the build bots (e.g.: http://lab.llvm.org:8080/green/).
>
> -- adrian
>
> On Nov 4, 2016, at 11:22 AM, Octav Zlatior via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>
>
> Hi,
>
> Since I am new around here and I could not find this anywhere, is there
> something like a list of commit ids of llvm and clang which are known to
> work together? I've ran a lot of times in this situation that I can't build
> clang because some interfaces changed in llvm and I had to find commits
> which work together by multiple checkout and compile iterations by hand. As
> you probably all know this can be rather tedious...
> Thanks!
>
> Best regards,
> Octav
>
>> Octav Zlatior
> Theobroma Systems Design und Consulting GmbH
> Seestadtstrasse 27, 1220 Wien, Austria
> Phone: +43 1 2369893-407
> http://www.theobroma-systems.com
>
>
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>


More information about the llvm-dev mailing list