Octav Zlatior via llvm-dev
2016-Nov-04 18:22 UTC
[llvm-dev] Stable llvm/clang commits for devs
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161104/dade0c85/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161104/dade0c85/attachment.sig>
Adrian Prantl via llvm-dev
2016-Nov-04 19:14 UTC
[llvm-dev] Stable llvm/clang commits for devs
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/ <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 <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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161104/0a58b50a/attachment.html>
Justin Lebar via llvm-dev
2016-Nov-05 17:28 UTC
[llvm-dev] Stable llvm/clang commits for devs
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 >