I m trying to use llvm 7.1.0 from github, but not able to map it to exact git sha used for llvm 7.1.0 release. Is it the latest of release_70 branch, or something else? Where can i see these mappings? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/f88ed70f/attachment.html>
Hans Wennborg via llvm-dev
2019-Jul-29 11:50 UTC
[llvm-dev] llvm release to git sha mapping
Hi Ashok, On Mon, Jul 29, 2019 at 1:46 PM Ashok Anand via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > I m trying to use llvm 7.1.0 from github, but not able to map it to exact git sha used for llvm 7.1.0 release. Is it the latest of release_70 branch, or something else? Where can i see these mappings?https://github.com/llvm/llvm-project has a git tag for it: llvmorg-7.1.0. Thanks, Hans