-
Notifications
You must be signed in to change notification settings - Fork 13.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] Can't build a project with derived class imported as a module #129385
Comments
@llvm/issue-subscribers-clang-modules Author: kawaiilodon (Kawaiilodon)
I've tried new feature of C++ 20 with llvm18. When i'm building my pet project build is crashed
I've created test repository where this error occured: [https://github.com/Kawaiilodon/clang-fatal-build/tree/master](https://github.com/Kawaiilodon/clang-fatal-build/tree/master)
I'm building my project in docker with Ubuntu 24.04.1 LTS
stack trace:
|
This seems to be the same issue as #105994. Here is my backtrace:
|
@Kawaiilodon Can you test against trunk? |
Sorry for my bad english. |
Yes, the one that is on the main branch of this repository. It can be necessary to build LLVM yourself. |
I've successfully builded my test case with latest llvm. Issue may be closed |
I've tried new feature of C++ 20 with llvm18. When i'm building my pet project build is crashed
I've created test repository where this error occured: https://github.com/Kawaiilodon/clang-fatal-build/tree/master
I'm building my project in docker with Ubuntu 24.04.1 LTS
LLVM is from Ubuntu repository. I've attached files that needed for diagnostics in the end of this issue
stack trace:
Module-13c34d.zip
The text was updated successfully, but these errors were encountered: