Displaying 20 results from an estimated 3000 matches similar to: "LLVM 8.0.1 Release"
2020 Mar 24
6
LLVM 10.0.0 Release
I am pleased to announce that LLVM 10 is now available.
Get it here: https://llvm.org/releases/download.html#10.0.0
This release is the result of the LLVM community's work over the past
six months (up to to e26a78e7085 on master plus commits up to
d32170dbd5b on the release/10.x branch).
Some highlights include:
- C++ Concepts support in Clang
- Clang no longer runs in a separate process
2020 Mar 24
6
LLVM 10.0.0 Release
I am pleased to announce that LLVM 10 is now available.
Get it here: https://llvm.org/releases/download.html#10.0.0
This release is the result of the LLVM community's work over the past
six months (up to to e26a78e7085 on master plus commits up to
d32170dbd5b on the release/10.x branch).
Some highlights include:
- C++ Concepts support in Clang
- Clang no longer runs in a separate process
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
2019 Mar 21
4
LLVM 8.0.0 Release
cmake ../llvm/ -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_INSTALL_PREFIX=../install -DLLVM_TARGETS_TO_BUILD="XXX" -DLLVM_ENABLE_PROJECTS='lld;clang;'
________________________________
From: Hans Wennborg <hans at chromium.org>
Sent: Thursday, March 21, 2019 2:21 AM
To: Josh Sharp
Cc: Brian Cain; via llvm-dev
Subject: Re: [llvm-dev] LLVM 8.0.0
2018 Sep 27
2
[lldb-dev] LLVM 7.0.0 Release
Hi Hans,
we have uploaded tarballs for ARM and AArch64 targets:
a20ea3fe482e754a61ccb37c67456ad1 clang+llvm-6.0.1-aarch64-linux-gnu.tar.xz
f37b132c3dfb3b776524980be5af3a76 clang+llvm-6.0.1-armv7a-linux-gnueabihf.tar.xz
and
47a9a9bb02d41581e6804b98918188f6 clang+llvm-7.0.0-aarch64-linux-gnu.tar.xz
e639d8f5dc58be5cf44d017fd5eefd6c clang+llvm-7.0.0-armv7a-linux-gnueabihf.tar.xz
Yvan
On Mon,
2019 Mar 21
2
LLVM 8.0.0 Release
Thanks, Brian
I tried enabling both the lld and the clang projects by adding -DLLVM_ENABLE_PROJECTS='lld;clang' into the cmake command. After the build completed successfully, I can see ld.lld in my bin folder but not clang. Is it supposed to be in another folder?
Thanks.
________________________________
From: Brian Cain <brian.cain at gmail.com>
Sent: Wednesday, March 20, 2019
2018 Sep 19
5
LLVM 7.0.0 Release
I am pleased to announce that LLVM 7 is now available.
Get it here: https://llvm.org/releases/download.html#7.0.0
The release contains the work on trunk up to SVN revision 338536 plus
work on the release branch. It is the result of the community's work
over the past six months, including: function multiversioning in Clang
with the 'target' attribute for ELF-based x86/x86_64 targets,
2018 Sep 19
5
LLVM 7.0.0 Release
I am pleased to announce that LLVM 7 is now available.
Get it here: https://llvm.org/releases/download.html#7.0.0
The release contains the work on trunk up to SVN revision 338536 plus
work on the release branch. It is the result of the community's work
over the past six months, including: function multiversioning in Clang
with the 'target' attribute for ELF-based x86/x86_64 targets,
2018 Sep 21
2
[lldb-dev] LLVM 7.0.0 Release
Ubuntu 16:
a2a2768b04e1d561e6f9a1a2d525eda7aae18624
clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
On Thu, Sep 20, 2018 at 7:12 PM Brian Cain <brian.cain at gmail.com> wrote:
> Uploaded ubuntu 14:
>
> dec5ca53043c80c1c6e90c0473df84f0182d80af
> clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
>
>
> On Wed, Sep 19, 2018 at 12:58 PM Brian Cain <brian.cain
2018 Sep 19
3
[lldb-dev] LLVM 7.0.0 Release
Alex,
I have built ubuntu binaries for the last couple of releases. I apologize
-- I haven't built those new binaries yet, I only have uploaded the SLES
ones.
I have an ubuntu 14 tarball that I'll upload today. I will work on getting
ubuntu 16 or 17 next. The dpkg/APT repos might be a good substitute,
though.
Hans, apologies -- I should've asked to hold the 7.0.0 release for
2019 Jun 11
3
LLVM 8.0.1-rc2 has been tagged
Hi,
I've tagged the 8.0.1-rc2 release, testers please begin testing and upload your
binaries.
There are still a few more bug fixes that I need to merge, so
I'm planning to do one more release candidate before 8.0.1-final.
-Tom
2019 Jun 27
4
LLVM 8.0.1-rc3
Hi,
I've just tagged LLVM 8.0.1-rc3. Testers, please begin testing and report
results.
-Tom
2019 Feb 07
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On Wed, 2019-02-06 at 14:09 -0800, Tom Stellard wrote:
> On 02/05/2019 10:41 PM, Michał Górny wrote:
> > On Tue, 2019-02-05 at 16:13 -0800, Tom Stellard wrote:
> > > On 02/05/2019 11:32 AM, Tom Stellard via Release-testers wrote:
> > > > On 02/05/2019 11:26 AM, Michał Górny wrote:
> > > > > On Tue, 2019-02-05 at 11:23 -0800, Tom Stellard wrote:
>
2019 Feb 06
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On Tue, 2019-02-05 at 16:13 -0800, Tom Stellard wrote:
> On 02/05/2019 11:32 AM, Tom Stellard via Release-testers wrote:
> > On 02/05/2019 11:26 AM, Michał Górny wrote:
> > > On Tue, 2019-02-05 at 11:23 -0800, Tom Stellard wrote:
> > > > On 02/05/2019 08:07 AM, Michał Górny wrote:
> > > > > On Tue, 2019-02-05 at 07:36 -0800, Tom Stellard via
2019 Feb 05
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On 02/05/2019 11:26 AM, Michał Górny wrote:
> On Tue, 2019-02-05 at 11:23 -0800, Tom Stellard wrote:
>> On 02/05/2019 08:07 AM, Michał Górny wrote:
>>> On Tue, 2019-02-05 at 07:36 -0800, Tom Stellard via Release-testers
>>> wrote:
>>>> Hi,
>>>>
>>>> The release_70 branch is ready for the 7.1.0 release. I have updated the
2019 Feb 05
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On 02/05/2019 08:07 AM, Michał Górny wrote:
> On Tue, 2019-02-05 at 07:36 -0800, Tom Stellard via Release-testers
> wrote:
>> Hi,
>>
>> The release_70 branch is ready for the 7.1.0 release. I have updated the
>> version and pushed a fix for https://bugs.llvm.org/show_bug.cgi?id=39427,
>> which is the only bug we will be fixing in this release.
>>
>>
2013 Dec 26
4
[LLVMdev] State of build system support in LLVM
Hello, all.
I'm a fairly new maintainer of Gentoo packages for LLVM and clang. I'm
trying to improve the way LLVM is built on Gentoo, and that's why I'm
wondering which of the build systems of LLVM is supported better.
As far as I'm aware, LLVM can be currently built using one of the two
build systems:
- one built on top of autoconf with custom Makefiles,
- the other one
2019 Feb 05
3
LLVM 7.1.0 release - Please test the branch
Hi,
The release_70 branch is ready for the 7.1.0 release. I have updated the
version and pushed a fix for https://bugs.llvm.org/show_bug.cgi?id=39427,
which is the only bug we will be fixing in this release.
Since this is an ABI breaking changing and also we are introducing a
minor version for the first time, please take some time to test the
branch and make sure everything works as expected.
2020 Feb 06
2
[cfe-dev] [Release-testers] [10.0.0 Release] Release Candidate 1 is here
On Thu, Feb 6, 2020 at 11:16 AM Yvan Roux <yvan.roux at linaro.org> wrote:
>
> Hi,
>
> here are the results for ARM targets:
>
> * 32-bit has the same issue reported in PR44767
>
> * same issue with quick-append.text for AArch64 check-all results are:
> Testing Time: 4520.30s
> ********************
> Failing Tests (1):
> LLVM ::
2019 Mar 12
6
[8.0.0 Release] rc5 has been tagged
Dear testers,
8.0.0-rc5 was just tagged from the release_80 branch at r355909.
This is identical to rc4 with the addition of r355743. Hopefully it is the
final release candidate, so please give it a good testing.
As usual, please run the test script, share your results, and upload
binaries.
I'll publish source tarballs and docs as soon as possible, and binaries as
they become available.