-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[testing] assert on fwd delcs with modules #1349
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
Conversation
|
Starting build on |
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
Warnings:
And 7 more Failing tests:
And 46 more |
| // We now parse the forward declarations. All the classes are then modified | ||
| // in order for them to have an external lexical storage. | ||
| if (fInterpreter->getCI()->getLangOpts().Modules) { | ||
| assert(false && "Fwd decls with modules?"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably put something like that in TCling::ReadRootmapFile.
No description provided.