-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Segfault bootstrapping on aarch64 #1931
Comments
varargs - https://github.com/ldc-developers/druntime/blob/ldc/src/core/stdc/stdarg.d looks incomplete for AArch64. Not really surprising, as the only LDC dev working on that platform (Kai) is currently blocked from LDC development. |
Any suggestions on how/what to fix? |
Most of it should be in that file, some adaptations might also be required in https://github.com/ldc-developers/ldc/blob/master/gen/abi-aarch64.cpp. Running the dmd-testsuite tests ( |
Should finally work with latest releases 0.17.6/1.11.0, let us know if it doesn't. |
After bootstrapping successfully from the latest ltsmaster on debian/arm64 (unstable), I tried to build the latest 1.1.0+b6 package. Tried with both llvm-3.8 (default for the package) and llvm-3.9 (in case it contained fixes for arm64), bootstrap fails eventually at this point:
The text was updated successfully, but these errors were encountered: