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

libcxx build failed #750

Open
zhongfly opened this issue Mar 9, 2025 · 2 comments
Open

libcxx build failed #750

zhongfly opened this issue Mar 9, 2025 · 2 comments

Comments

@zhongfly
Copy link
Contributor

zhongfly commented Mar 9, 2025

src_packages/llvm/libcxx/src/include/from_chars_floating_point.h:13:10: fatal error: 'shared/fp_bits.h' file not found
   13 | #include "shared/fp_bits.h"
      |          ^~~~~~~~~~~~~~~~~~
1 error generated.
@Andarwinux
Copy link
Contributor

Andarwinux commented Mar 9, 2025

Since LLVM 20, libcxx shares some of its low-level implementation with libc, thus requiring libc.

I'm not sure what shinchiro was thinking, but updating LLVM is not as simple as just switching branches.

@shinchiro
Copy link
Owner

Oh no..previous LLVM is easy to upgrade. Revert for now since I dont have time to deal with this shit

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

3 participants