LDC - DMD sync strategy

Trass3r via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Apr 30 03:10:38 PDT 2014


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


More information about the digitalmars-d-ldc mailing list