-
Notifications
You must be signed in to change notification settings - Fork 396
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
Fix static init of vector types #6534
Conversation
Renamed the macro into OMR_TEMPORARY_CREATE_VECTOR_TYPE and added comments. |
Jenkins build all |
The failures above seem to be happening in other PRs as well. |
All failures are known:
|
- C++ does not guarantee any order of static initialization of variables defined in different compilation units - Make OMR::DataType::Vector128Int32 and similar variables compile time constants
Replaced OMR::DataType with TR::DataType for consistency. |
Jenkins build all |
Restarting the RISC-V tests, which failed with an infrastructure problem:
Jenkins build riscv |
The Linux x86-32 and PPC64LE failures are the same as mentioned above in #6534 (comment) |
defined in different compilation units