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
$ cmake --install-prefix=/tmp/2 ../ldc
[...]
$ make -j12 druntime-ldc-unittest
[...]
core/exception.d(700): Error: Function type does not match previously declared function with the same mangled name: `onOutOfMemoryError`
core/exception.d(700): Previous IR type: void (i8*)
core/exception.d(700): New IR type: void (i8*, { i64, i8* }, i64)
I think this is because the ldc compiler is behind of druntime srcs: dlang/dmd@b6740a2
I don't know if this is normal or not
The text was updated successfully, but these errors were encountered:
denizzzka
changed the title
ldc + druntime unittests fail
ldc + druntime unittest build fail
Feb 3, 2024
I think this is because the ldc compiler is behind of druntime srcs: dlang/dmd@b6740a2
I don't know if this is normal or not
The text was updated successfully, but these errors were encountered: