-
Notifications
You must be signed in to change notification settings - Fork 258
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
[FR] Include clang-scan-deps
in the ndk
#1853
Labels
Comments
kongy
pushed a commit
to kongy/llvm_android
that referenced
this issue
Jun 2, 2023
Bug: android/ndk#1853 clang-scan-deps is 88M because the backends for all targets are included in clang-scan-deps. Linking of backends was added by https://reviews.llvm.org/D103519 - to support PCH. Change-Id: I9266488056401528ddf96a7434c02177c0242a72 Test: presubmit
I think this should be considered a bug, not a feature request. C++20 modules don't work without clang-scan-deps. Hopefully all you need to do is include executable file in the NDK and we can start using C++20 modules. (If we install our own CMake and Ninja, which is easy.)
|
This is already in the next compiler, it just hasn't shipped yet. |
github-project-automation
bot
moved this from Needs prebuilt update
to Merged
in NDK r27
Mar 12, 2024
When is NDK r27 going to be released? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Since llvm-16 now supports
p1689
, ifclang-scan-deps
is included in the ndk, we can use c++ modules with a newer version of cmake (say 3.26+).The text was updated successfully, but these errors were encountered: