Thread overview
Build error
Jul 24, 2013
John Colvin
Jul 24, 2013
Kai Nacke
Jul 26, 2013
Nam Tu
Jul 28, 2013
Kai Nacke
Jul 28, 2013
Kai Nacke
Jul 30, 2013
John Colvin
July 24, 2013
todebug.cpp:168:44: error: ‘class llvm::DIBuilder’ has no member named ‘getCU’

Any ideas? I'm using the latest llvm from svn
July 24, 2013
On Wednesday, 24 July 2013 at 14:32:54 UTC, John Colvin wrote:
> todebug.cpp:168:44: error: ‘class llvm::DIBuilder’ has no member named ‘getCU’
>
> Any ideas? I'm using the latest llvm from svn

Yes! :-)

Recently there were some changes to the DIBuilder class which affects LDC.
I am currently preparing a commit to fix this - should be gone by the weekend.

Kai
July 26, 2013
On Wednesday, 24 July 2013 at 16:39:08 UTC, Kai Nacke wrote:
> On Wednesday, 24 July 2013 at 14:32:54 UTC, John Colvin wrote:
>> todebug.cpp:168:44: error: ‘class llvm::DIBuilder’ has no member named ‘getCU’
>>
>> Any ideas? I'm using the latest llvm from svn
>
> Yes! :-)
>
> Recently there were some changes to the DIBuilder class which affects LDC.
> I am currently preparing a commit to fix this - should be gone by the weekend.
>
> Kai
It is great to hear that. At this time I just use LLVM 3.3 for
workaround.
July 28, 2013
On Friday, 26 July 2013 at 17:58:46 UTC, Nam  Tu wrote:
> It is great to hear that. At this time I just use LLVM 3.3 for
> workaround.

I try to follow the LLVM development closely. I am still ~2 weeks behind LLVM trunk but hope to resolve it soon.

Kai
July 28, 2013
On Wednesday, 24 July 2013 at 16:39:08 UTC, Kai Nacke wrote:
> On Wednesday, 24 July 2013 at 14:32:54 UTC, John Colvin wrote:
>> todebug.cpp:168:44: error: ‘class llvm::DIBuilder’ has no member named ‘getCU’
>>
>> Any ideas? I'm using the latest llvm from svn
>
> Yes! :-)
>
> Recently there were some changes to the DIBuilder class which affects LDC.
> I am currently preparing a commit to fix this - should be gone by the weekend.
>
> Kai

It is fixed now.

Have fun.

Kai
July 30, 2013
On Sunday, 28 July 2013 at 22:46:32 UTC, Kai Nacke wrote:
> On Wednesday, 24 July 2013 at 16:39:08 UTC, Kai Nacke wrote:
>> On Wednesday, 24 July 2013 at 14:32:54 UTC, John Colvin wrote:
>>> todebug.cpp:168:44: error: ‘class llvm::DIBuilder’ has no member named ‘getCU’
>>>
>>> Any ideas? I'm using the latest llvm from svn
>>
>> Yes! :-)
>>
>> Recently there were some changes to the DIBuilder class which affects LDC.
>> I am currently preparing a commit to fix this - should be gone by the weekend.
>>
>> Kai
>
> It is fixed now.
>
> Have fun.
>
> Kai

Thanks, it's working for me now.