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

Conversation

gabylb
Copy link
Contributor

@gabylb gabylb commented Oct 3, 2022

Checklist
Description of change

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).

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).
@gengjiawen gengjiawen merged commit 7d0c83d into nodejs:main Oct 8, 2022
@gabylb gabylb deleted the ibm-clang branch October 11, 2022 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants