search for: 80_release

Displaying 3 results from an estimated 3 matches for "80_release".

2019 Mar 21
2
LLVM 8.0.0 Release
...llvm-dev Subject: Re: [llvm-dev] LLVM 8.0.0 Release Josh, That's the expected behavior. The release version is changed in advance such that the trunk reflects the next release version. If you want to use 8.0.0 source, you can download the source tarballs or use the git tag that reflects the 80_release branch commit(s). I believe that tag is "llvmorg-8.0.0" . On Wed, Mar 20, 2019 at 7:57 PM Josh Sharp via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hans, I'd like to make sure that I'm using the right LLVM version. I tried to down...
2019 Mar 21
4
LLVM 8.0.0 Release
...-dev] LLVM 8.0.0 Release > > Josh, > > That's the expected behavior. The release version is changed in advance such that the trunk reflects the next release version. > > If you want to use 8.0.0 source, you can download the source tarballs or use the git tag that reflects the 80_release branch commit(s). I believe that tag is "llvmorg-8.0.0" . > > On Wed, Mar 20, 2019 at 7:57 PM Josh Sharp via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hans, > I'd like to make sure that I'm using the right LLVM version. > I tried to download LLVM 8...
2019 Mar 21
2
LLVM 8.0.0 Release
Hans, I'd like to make sure that I'm using the right LLVM version. I tried to download LLVM 8 from the link in your email by cloning this repository: git clone https://github.com/llvm/llvm-project.git When I do llc --version, it says LLVM 9.0.0 instead of 8.0.0 LLVM (http://llvm.org/): LLVM version 9.0.0svn DEBUG build with assertions. Default target: x86_64-unknown-linux-gnu