-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
clang-scan-deps is required for CMake 3.28 C++ 20 module support #21042
Comments
Sounds reasonable to me. @dschuff WDYT? |
Yeah, I think it would be fine to just add that to the emscripten-releases build. |
thank you |
Please provide detailed instructions on how to proceed? Specifically, how can I compile C++20 modules, and what is the proper configuration for CMake? |
**if I use Ninja in clion ide compiles wasm, errors: ** |
This is wrapper around clang-scan-deps. Currently this is just enough to make C++20 work under cmake. We don't currently have any actaully tests of C++20 modules. See: emscripten-core#21042 Fixes: emscripten-core#1361
This is wrapper around clang-scan-deps. Currently this is just enough to make C++20 work under cmake. We don't currently have any actaully tests of C++20 modules. See: emscripten-core#21042 Fixes: emscripten-core#1361
This is wrapper around clang-scan-deps. Currently this is just enough to make C++20 work under cmake. We don't currently have any actaully tests of C++20 modules. See: emscripten-core#21042 Fixes: emscripten-core#1361
This is wrapper around clang-scan-deps. Currently this is just enough to make C++20 work under cmake. We don't currently have any actaully tests of C++20 modules. See: emscripten-core#21042 Fixes: emscripten-core#1361
This is wrapper around clang-scan-deps. Currently this is just enough to make C++20 work under cmake. We don't currently have any actaully tests of C++20 modules. See: emscripten-core#21042 Fixes: emscripten-core#1361
This is wrapper around clang-scan-deps. Currently this is just enough to make C++20 work under cmake. We don't currently have any actaully tests of C++20 modules. See: emscripten-core#21042 Fixes: emscripten-core#1361
In
https://chromium.googlesource.com/emscripten-releases/+/refs/heads/main/src/build.py
clang-scan-deps is in the list of unneeded_tool, but it is required by cmake to scan dependencies of cxx 20 modules.
is it possible to include "clang-scan-deps" in emscripten releases?
The text was updated successfully, but these errors were encountered: