LDC - DMD sync strategy

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun May 4 22:04:32 PDT 2014


On Wednesday, 30 April 2014 at 10:10:39 UTC, Trass3r wrote:
> On Tuesday, 29 April 2014 at 18:26:44 UTC, Trass3r wrote:
>>> Yes, I build with assertions enabled. Which assertions do you 
>>> hit? And which LLVM version do you use?
>>
>> Trunk llvm, VS2013.
>> Need to look up the messages tomorrow.
>
> Ok 2.064 branch, latest llvm.
>
> 3>------ Build started: Project: druntime-ldc, Configuration: 
> RelWithDebInfo x64 ------
> 4>------ Build started: Project: druntime-ldc-debug, 
> Configuration: RelWithDebInfo x64 ------
> 4>  Generating src/core/atomic-debug.obj
> 3>  Generating src/core/atomic.obj
> 4>  Assertion failed: List && "Handle list is null?", file 
> ..\..\..\lib\IR\Value.cpp, line 528
> 3>  Assertion failed: List && "Handle list is null?", file 
> ..\..\..\lib\IR\Value.cpp, line 528
> 5>------ Build started: Project: phobos-ldc, Configuration: 
> RelWithDebInfo x64 ------
> 5>  Generating std/algorithm.obj
> 6>------ Build started: Project: phobos-ldc-debug, 
> Configuration: RelWithDebInfo x64 ------
> 6>  Generating std/algorithm-debug.obj
> 5>  Assertion failed: (!F || F->getParent() == &M) && "Function 
> not in current module!", file 
> ..\..\..\..\lib\Analysis\IPA\CallGraph.cpp, line 149
> 6>  Assertion failed: (!F || F->getParent() == &M) && "Function 
> not in current module!", file 
> ..\..\..\..\lib\Analysis\IPA\CallGraph.cpp, line 149

I do not get assertions errors. I use VS2012. But my LLVM tree is 
more than a week old. I currently build LLVM. Maybe it is 
something new...

Regards,
Kai


More information about the digitalmars-d-ldc mailing list