Skip to content

Update DDR compile options for OpenXL #22207

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

Merged
merged 1 commit into from
Jul 10, 2025
Merged

Conversation

keithc-ca
Copy link
Contributor

@keithc-ca keithc-ca commented Jul 10, 2025

@keithc-ca
Copy link
Contributor Author

Jenkins compile aix jdk21

@keithc-ca
Copy link
Contributor Author

Two issues:

  1. CMAKE_C_COMPILER_IS_OPENXL is not set; we can use CMAKE_C_COMPILER_ID MATCHES "XLClang" instead
  2. we're not using version 17.1, but rather 16.1 which, according to [1], does not support -qdbxextra; I'm checking whether that option can safely be omitted

[1] https://www.ibm.com/docs/en/xl-c-and-cpp-aix/16.1.0?topic=migration-checklist-when-moving-from-xl-based-front-end-clang-based-front-end

The OpenXL replacement for `-fno-eliminate-unused-debug-types`
is `-qdbxextra`, but only for version 17.1 or newer.

Signed-off-by: Keith W. Campbell <[email protected]>
@keithc-ca
Copy link
Contributor Author

Jenkins compile aix jdk21

@keithc-ca keithc-ca marked this pull request as ready for review July 10, 2025 16:47
@keithc-ca keithc-ca requested a review from pshipton July 10, 2025 16:47
@pshipton pshipton merged commit ccedbe5 into eclipse-openj9:master Jul 10, 2025
4 checks passed
@keithc-ca keithc-ca deleted the cmake branch July 10, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants