-
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
Misc fixes #7098
Misc fixes #7098
Conversation
Some nondeterminism here if tril is built first then some needed header files needed aren't present and the build will fail. This commit ensures that OMR_COMPILER_TEST has been set if the fvtest/tril project is to be enabled. Signed-off-by: Mark Stoodley <mstoodle@ca.ibm.com>
Discovered on Aarch64 but it's something we should do consistently for all platforms. Signed-off-by: Mark Stoodley <mstoodle@ca.ibm.com>
Hoping these won't broadly break the builds as they're both Good Thing(tm)s to do... |
jenkins build all |
I have run this PR locally on MacOS Aarch64, so I think this should be good to go. Maybe @0xdaryl could review, when you have a moment, please? |
Sorry, going to hijack your PR to test that amac has been added to |
jenkins build all |
Looks good. |
I remember coming across the default Your approach to correct it at the call-site seems like it would be a safer fix and unlikely to cause problems in OpenJ9. |
Two changes, both of which have potential to break builds: