Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ldc + druntime unittest build fail #38

Open
denizzzka opened this issue Feb 3, 2024 · 2 comments
Open

ldc + druntime unittest build fail #38

denizzzka opened this issue Feb 3, 2024 · 2 comments

Comments

@denizzzka
Copy link
Contributor

$ 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

@denizzzka denizzzka changed the title ldc + druntime unittests fail ldc + druntime unittest build fail Feb 3, 2024
@adamdruppe
Copy link
Contributor

Probably another thing I missed while merging ldc's patches. If you can make it pass, go ahead and patch it up.

@denizzzka
Copy link
Contributor Author

(ldc upstream still not fixed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants