I've just read about the 3.4.1 point release, but there seems to be no way to track these in the Git archives, no tags, no branches. Am I missing something? Bas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140512/295256a1/attachment.html>
On 12/05/2014 11:21, Bas van den Berg wrote:> I've just read about the 3.4.1 point release, but > there seems to be no way to track these in the Git archives, > no tags, no branches. > > Am I missing something?Probably ;) Tag: http://llvm.org/viewvc/llvm-project/llvm/tags/RELEASE_34/dot1-final/ Branch: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/ LLVM uses svn. git is just a mirror. Sylvestre
On 05/12/14 04:21 PM, Bas van den Berg wrote:> I've just read about the 3.4.1 point release, but > there seems to be no way to track these in the Git archives, > no tags, no branches. > > Am I missing something?I see some branches? https://github.com/llvm-mirror/clang/branches I suspect 3.4.1 is based off https://github.com/llvm-mirror/clang/tree/release_34 (llvm probably has something similar I suppose?)
On 12 May 2014 10:29, "C. Bergström" <cbergstrom at pathscale.com> wrote:> I suspect 3.4.1 is based off > https://github.com/llvm-mirror/clang/tree/release_34 > > (llvm probably has something similar I suppose?)This is correct. Though, I don't know if anyone tagged 3.4.1 on that branch, but I suspect what was released is the HEAD of that branch. Tom would know better. If we're doing a 3.4.2 (as was mentioned earlier), we might have to tag all branches. cheers, --renato
Apparently Analagous Threads
- [LLVMdev] Point Releases - tags
- [LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
- [LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
- CUDA fixed VA allocations and sparse mappings
- CUDA fixed VA allocations and sparse mappings