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

[Plugin] Resolve version macros in HIPSYCL_STRINGIFY #773

Merged
merged 1 commit into from
Jul 16, 2022

Conversation

aaronmondal
Copy link
Contributor

The previous variant did not work with some preprocessors, falsely resolving macros like #define HIPSYCL_VERSION_MINOR 9 to "HIPSYCL_VERSION_MINOR" instead of "9".

The previous variant did not work with some preprocessors,
falsely resolving macros like `#define HIPSYCL_VERSION_MINOR 9`
to "HIPSYCL_VERSION_MINOR" instead of "9".
Copy link
Collaborator

@fodinabor fodinabor left a comment

Choose a reason for hiding this comment

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

Good catch. Looks good to me.

@illuhad illuhad merged commit 238e694 into AdaptiveCpp:develop Jul 16, 2022
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