-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error building clang #11
Comments
Hello, seems like Clang CI does not produce any error. Could you provide me your operating system and the compiler that used to build the libc++ library? Note: unless you're using C++20, I highly recommend you to use CMake's built-in import std support (https://www.kitware.com/import-std-in-cmake-3-30/). I'll deprecate this library usage when CMake officially support standard library module with C++20. |
Hi, |
I don't have a Windows machine with Clang, so this is just a guess: According to cppreference, |
Hi stripe2933,
I tried the step "Build Standard Library Module from LLVM repository." but I get the following error:
"llvm-project/build/include/c++/v1/cstdlib:149:9: error: 'aligned_alloc' has not been declared in '::'
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;"
Do you have any idea of what could go wrong?
Thanks for your help :)
The text was updated successfully, but these errors were encountered: