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 #8

Merged
merged 1 commit into from
Oct 3, 2022
Merged

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

merged 1 commit into from
Oct 3, 2022

Conversation

gabylb
Copy link
Member

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

Accompanying change for gyp/pylib/gyp/generator/make.py is in nodejs/gyp-next#178.

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 gabylb added the enhancement New feature or request label Oct 3, 2022
@gabylb gabylb requested a review from zsw007 October 3, 2022 18:13
@gabylb gabylb self-assigned this Oct 3, 2022
Copy link
Member

@zsw007 zsw007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gabylb gabylb merged commit 31f6cd2 into main Oct 3, 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
enhancement New feature or request
Projects
None yet
2 participants