You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dub test --compiler=ldc2
Generating test runner configuration '__test__library__' for 'library' (library).
Building dgeom ~master configuration "__test__library__", build type unittest.
Running ldc2...
Stored value type does not match pointer operand type!
store [4 x %geom.point.Point]* %1, [4 x %geom.point.Point]* %5, !dbg !5781
[4 x %geom.point.Point]LLVM ERROR: Broken function found, compilation aborted!
FAIL .dub/build/__test__library__-unittest-linux.posix-x86_64-ldc_0-A932BA27B3129F8BBAE87769E6F7DCDA/ __test__library__ executable
Error executing command test:
ldc2 failed with exit code 1.
Expected output:
$ dub test --compiler=dmd
Generating test runner configuration '__test__library__' for 'library' (library).
Building dgeom ~master configuration "__test__library__", build type unittest.
Compiling using dmd...
Linking...
Running ./__test__library__
All unit tests have been run successfully.
LDC Version:
$ ldc2 --version
LDC - the LLVM D compiler (0.15.1):
based on DMD v2.066.1 and LLVM 3.5.0
Default target: x86_64-unknown-linux-gnu
Host CPU: core-avx2
http://dlang.org - http://wiki.dlang.org/LDC
$ uname -a
Linux liam-Desktop 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/lsb-release | grep DESC
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
The text was updated successfully, but these errors were encountered:
…not sure what else to call it, the abort message isn't giving much context.
Steps:
$ git clone https://github.com/liamwhite/dgeom.git
$ cd dgeom
$ git reset --hard 44474033
$ dub test --compiler=ldc2
Output:
Expected output:
LDC Version:
The text was updated successfully, but these errors were encountered: