-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Failed to build with libc++ 14 #407
Comments
I believe this issue has been fixed with the above change. Can you try again? |
|
I installed Clang 14 and libc++14 from apt.llvm.org to a Docker runnning Ubuntu 20.04, then I tried to build mold with I also tried to build mold on macOS which I believe uses libc++, and it compiled fine. Is there anything special in your environment? |
So this is a bug in libc++ 14.0.0 and fixed in unreleased 14.0.1: I can build mold after patching libc++, even the version 1.1.1 without 8e3cee9 Sorry for the inconvenience. |
Build mold 1.1.1 using llvm 14.0.0:
Full log: http://fars.ee/knKs
The text was updated successfully, but these errors were encountered: