Skip to content
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

WIP: Modifications to ensure compatibility with OpenXL and xlC on AIX #20690

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. Add necessary libraries to linker commands

    Signed-off-by: midronij <[email protected]>
    midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    00ee005 View commit details
    Browse the repository at this point in the history
  2. Add __open_xl__ macro ifdefs

    Signed-off-by: midronij <[email protected]>
    midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    030af39 View commit details
    Browse the repository at this point in the history
  3. Add __open_xl__ macros to __IBMC__/__IBMCPP__ conditions

    Signed-off-by: midronij <[email protected]>
    midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e94777f View commit details
    Browse the repository at this point in the history
  4. Add __open_xl__ macro for __builtin_alloca

    Signed-off-by: Ishita Ray <[email protected]>
    ishitaR88 authored and midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7636f6e View commit details
    Browse the repository at this point in the history
  5. Add CMAKE_C_COMPILER_IS_OPENXL macro for related flags

    Add CMAKE_C_COMPILER_IS_OPENXL macro to add the compiler flags
    needed by openXL17
    
    Signed-off-by: Ishita Ray <[email protected]>
    ishitaR88 authored and midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f48f360 View commit details
    Browse the repository at this point in the history
  6. Rearrange use of __open_xl__ macro

    ishitaR88 authored and midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    972a186 View commit details
    Browse the repository at this point in the history
  7. Requested changes from eclipse-openj9#20045

    Signed-off-by: midronij <[email protected]>
    midronij committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6b6cfe5 View commit details
    Browse the repository at this point in the history