[llvm-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Fri Aug 3 06:16:49 PDT 2018
Hi Martin,
On Fri, 3 Aug 2018 at 14:10, Martin J. O'Riordan <MartinO at theheart.ie> wrote:
> $ git branch --list
> * master
> martino
By default "git branch" only lists local branches. "git branch -a"
will list all of them, including (for me) "remotes/origin/release_70".
If you just type "git checkout release_70" git will probably
automatically detect it and set the local branch up to track it.
> but I don't see a v7.0.0 specific tag or branch - is it the 'prerelease_20180108' tag?
There won't be any 7.0.0 tags yet because we don't know what revision
it will be.
Cheers.
Tim.
More information about the llvm-dev
mailing list