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

feat: support IBM Open XL C/C++ on z/OS #2743

Merged
merged 1 commit into from Oct 8, 2022

Commits on Oct 3, 2022

  1. feat: support IBM Open XL C/C++ on z/OS

    Open XL C/C++ for z/OS (C invocation: clang, ibm-clang64 or ibm-clang)
    is LLVM-based, and doesn't support XL C/C++'s -q flags.
    Environment variable CC is set starting with Node.js v18 for z/OS
    which requires clang compiler, but CC may not be set in older versions
    (which required njsc or xlclang).
    gabylb committed Oct 3, 2022
    Copy the full SHA
    4330206 View commit details
    Browse the repository at this point in the history