-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
[C++20] [Modules] -print-library-module-manifest-path
is broken now
#97025
Comments
@llvm/issue-subscribers-clang-modules Author: Chuanqi Xu (ChuanqiXu9)
See https://github.com//issues/73089#issuecomment-2196357282
After the modules are installed properly, we can find the manifest file with |
Thanks for creating the bug. Do you have time to look into this before the LLVM-19 release? |
I may take a try but I can't make a promise. |
hmm it looks like I can't reproduce this. Did you reproduce this before? |
I can reproduce it on my Debian system
If you need the output of other commands please let me know. |
Thanks. But it might be hard for me to develop without being able to reproduce it... |
See #73089 (comment)
After the modules are installed properly, we can find the manifest file with
-print-file-name
but not with-print-library-module-manifest-path
. This is not intentional and we should fix this.The text was updated successfully, but these errors were encountered: