-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Fix build warning in full AOT build. #13342
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
|
Looks like this introduce an interesting issue in sgen, that I also identified in local build. When removing the cache_add_event the abstract class lost is member, and then we start to get this assert in sgen: #0 0x00007f68a1972b5a in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0 So looks like the member might still be needed in full AOT builds. |
|
Those classes have a layout which the runtime depend on. |
|
Yes noticed that, will convert to a pragma warning disable/restore instead. |
60e8671 to
902a94b
Compare
|
@monojenkins rebuild failed |
|
@vargaz, approve/merge? |
No description provided.