Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] Bootstrapping llvm"
2010 Jun 16
2
[LLVMdev] Bootstrapping llvm
Dimitry Andric <dimitry <at> andric.com> writes:
>
> On 2010-06-15 18:28, Sunay Ismail wrote:
> > I read on web that llvm compiles itself with clang, but could not find the
> > instruction to achieve that. I try "./configure CC=clang CXX=clang" but get
link
> > errors.
>
> Try using CXX=clang++ instead. Always use clang++ for C++ code. :)
2010 Jun 15
0
[LLVMdev] Bootstrapping llvm
On 2010-06-15 18:28, Sunay Ismail wrote:
> I read on web that llvm compiles itself with clang, but could not find the
> instruction to achieve that. I try "./configure CC=clang CXX=clang" but get link
> errors.
Try using CXX=clang++ instead. Always use clang++ for C++ code. :)
2017 Dec 26
2
Bootstrapping LLVM+LLD with GCC toolchain failure
Hello,
I have a working GCC toolchain and wanted to use LLVM tooling instead.
Following the instructions on the website I set up my build directory
and have lld as an internal project under tools/. I'd like to make use
of lld in stage 2 of the build and thought -DLLVM_ENABLE_LLD was the
correct option to pass. However, adding this options makes the
configure step fail, complaining that the
2010 Aug 05
1
[LLVMdev] Options on code generator
Hi,
I have been writing a hobbie code generator for a plc with clang as a front end
and I wanted to know how can I get clang to accept a new code generator option,
and how to get it through to the code generator.
I found something that could be it on an llvm include "TargetOptions" but I have
no idea how to use it (if it is actually correct).
Thanks
2014 Nov 29
17
[LLVMdev] Proposed patches for Clang 3.5.1
On Wed, Nov 26, 2014 at 07:44:20PM +0100, Dimitry Andric wrote:
> On 26 Nov 2014, at 16:50, Tom Stellard <tom at stellard.net> wrote:
> >
> > On Wed, Nov 26, 2014 at 10:15:13AM +0000, Daniel Sanders wrote:
> ...
> > I will try to look at the patches today. I'm going to delay the release a week
> > or so, because of all the merge requests I've received,
2018 Aug 23
2
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 22 Aug 2018, at 18:45, Hans Wennborg <hans at chromium.org> wrote:
>
> On Wed, Aug 22, 2018 at 3:48 AM, Dimitry Andric <dimitry at andric.com> wrote:
>> On 22 Aug 2018, at 05:58, Wei Mi <wmi at google.com> wrote:
>>>
>>> On Fri, Aug 17, 2018 at 1:27 PM, Dimitry Andric <dimitry at andric.com> wrote:
>>> On 16 Aug 2018, at 00:51,
2018 Feb 11
2
[Openmp-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On 9 Feb 2018, at 22:30, Dimitry Andric <dimitry at andric.com> wrote:
>
> On 9 Feb 2018, at 22:11, Dimitry Andric via Openmp-dev <openmp-dev at lists.llvm.org> wrote:
>>
>> On 9 Feb 2018, at 20:40, Dimitry Andric via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>>>
>>>> On 9 Feb 2018, at 10:20, Hans Wennborg <hans at chromium.org>
2018 Jan 19
3
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
On Thu, Jan 18, 2018 at 7:27 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 18 Jan 2018, at 15:03, Jonas Hahnfeld <hahnjo at hahnjo.de> wrote:
>>
>> Am 2018-01-18 14:55, schrieb Dimitry Andric via llvm-dev:
>>> On 17 Jan 2018, at 18:53, Hans Wennborg via Release-testers
>>> <release-testers at lists.llvm.org> wrote:
>>>> Start
2018 Aug 22
2
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 22 Aug 2018, at 05:58, Wei Mi <wmi at google.com> wrote:
>
> On Fri, Aug 17, 2018 at 1:27 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 16 Aug 2018, at 00:51, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> > On Tue, Aug 07, 2018 at 09:49:16PM +0200, Dimitry Andric via llvm-dev wrote:
> >> This is a regression caused by
2015 Jul 16
3
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Thu, Jul 16, 2015 at 3:47 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 17 Jul 2015, at 00:31, Hans Wennborg <hans at chromium.org> wrote:
>>
>> Dear testers,
>>
>> 3.7.0-rc1 was just tagged; please start your testing engines :-)
>>
>> Upload binaries to the sftp and report your results to this thread.
>>
>> I'm sorry
2015 Jul 18
3
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On 19 Jul 2015, at 00:17, Dimitry Andric <dimitry at andric.com> wrote:
>
> On 17 Jul 2015, at 01:09, Hans Wennborg <hans at chromium.org> wrote:
>>
>> On Thu, Jul 16, 2015 at 3:47 PM, Dimitry Andric <dimitry at andric.com> wrote:
>>> On 17 Jul 2015, at 00:31, Hans Wennborg <hans at chromium.org> wrote:
>>>>
>>>> Dear
2015 Jul 20
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Sat, Jul 18, 2015 at 3:17 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 17 Jul 2015, at 01:09, Hans Wennborg <hans at chromium.org> wrote:
>>
>> On Thu, Jul 16, 2015 at 3:47 PM, Dimitry Andric <dimitry at andric.com> wrote:
>>> On 17 Jul 2015, at 00:31, Hans Wennborg <hans at chromium.org> wrote:
>>>>
>>>> Dear
2018 Jan 20
0
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
On 19 Jan 2018, at 17:11, Hans Wennborg <hans at chromium.org> wrote:
>
> On Thu, Jan 18, 2018 at 7:27 PM, Dimitry Andric <dimitry at andric.com> wrote:
>> On 18 Jan 2018, at 15:03, Jonas Hahnfeld <hahnjo at hahnjo.de> wrote:
>>>
>>> Am 2018-01-18 14:55, schrieb Dimitry Andric via llvm-dev:
>>>> On 17 Jan 2018, at 18:53, Hans Wennborg
2014 Dec 06
2
[LLVMdev] Proposed patches for Clang 3.5.1
----- Original Message -----
> From: "Dimitry Andric" <dimitry at andric.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "LLVM Developers Mailing List (llvmdev at cs.uiuc.edu)" <llvmdev at cs.uiuc.edu>, "Tom Stellard" <tom at stellard.net>
> Sent: Saturday, November 29, 2014 1:34:21 PM
> Subject: Re: [LLVMdev]
2018 Aug 17
4
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 16 Aug 2018, at 00:51, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> On Tue, Aug 07, 2018 at 09:49:16PM +0200, Dimitry Andric via llvm-dev wrote:
>> This is a regression caused by https://reviews.llvm.org/rL323281:
>>
>> ------------------------------------------------------------------------
>> r323281 | wmi | 2018-01-23 23:27:57 +0000
2018 Jan 04
1
Distinguishing trunk version number from release
On Thu, Jan 4, 2018 at 3:04 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 3 Jan 2018, at 18:24, James Y Knight via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > I'd like to propose that trunk always have a version number which is in
> between versions used by the previous release branch, and before the
> versions used in the next release
2015 Feb 14
4
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
On 11 Feb 2015, at 11:16, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>
> On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>> On 10/02/15 13:17, Dimitry Andric wrote:
>>> On 09 Feb 2015, at 18:52, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>>>>
>>>> On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov
2015 Jul 20
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Sun, Jul 19, 2015 at 8:32 AM, Dimitry Andric <dimitry at andric.com> wrote:
> On 19 Jul 2015, at 01:44, Dimitry Andric <dimitry at andric.com> wrote:
> ...
>> Hm, strangely enough, this version of the script does not go further than the Phase 2 installation, and does not run any tests? This used to work fine for the release_36 branch.
>>
>> I think it is
2015 Aug 24
2
[3.7 Release] RC3 has been tagged, let's wrap this up
It seems this is a cmake vs autoconf thing. With cmake, it builds
correctly, but with autoconf I get the same error as you.
I probably shouldn't have made this change while we were in the
release process as it was potentially risky :-/ I've reverted it now,
so hopefully the next build should be problem free.
Thanks,
Hans
On Fri, Aug 21, 2015 at 5:09 AM, Dimitry Andric <dimitry at
2015 Jul 20
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Mon, Jul 20, 2015 at 2:37 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 20 Jul 2015, at 22:50, Hans Wennborg <hans at chromium.org> wrote:
>>
>> On Sat, Jul 18, 2015 at 3:17 PM, Dimitry Andric <dimitry at andric.com> wrote:
>>> On 17 Jul 2015, at 01:09, Hans Wennborg <hans at chromium.org> wrote:
>>>>
>>>> On Thu,