www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - Build error

reply "John Colvin" <john.loughran.colvin gmail.com> writes:
todebug.cpp:168:44: error: ‘class llvm::DIBuilder’ has no member 
named ‘getCU’

Any ideas? I'm using the latest llvm from svn
Jul 24 2013
parent reply "Kai Nacke" <kai redstar.de> writes:
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
Jul 24 2013
next sibling parent reply "Nam Tu" <rfcclub2011 gmail.com> writes:
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.
Jul 26 2013
parent "Kai Nacke" <kai redstar.de> writes:
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
Jul 28 2013
prev sibling parent reply "Kai Nacke" <kai redstar.de> writes:
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
Jul 28 2013
parent "John Colvin" <john.loughran.colvin gmail.com> writes:
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.
Jul 30 2013