Skip to content

[PAC][compiler-rt] Do not use __has_feature with non-clang #102154

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

Closed

Conversation

kovdan01
Copy link
Contributor

@kovdan01 kovdan01 commented Aug 6, 2024

See compile failure with gcc:
#96478 (comment)

The __has_feature directive was not supported in gcc until ~ Nov 2023 gcc-mirror/gcc@06280a9

See compile failure with gcc:
llvm#96478 (comment)

The `__has_feature` directive was not supported in gcc until ~ Nov 2023
gcc-mirror/gcc@06280a9
@kovdan01 kovdan01 marked this pull request as ready for review August 6, 2024 14:29
@kovdan01
Copy link
Contributor Author

kovdan01 commented Aug 6, 2024

@piotrAMD Could you please check if this resolves your issue?

@piotrAMD
Copy link
Collaborator

piotrAMD commented Aug 6, 2024

Looks another fix was submitted instead 41b83ca - I wasn't aware of that when I raised the issue.

@kovdan01
Copy link
Contributor Author

kovdan01 commented Aug 6, 2024

Got it, closing as not needed after 41b83ca

@kovdan01 kovdan01 closed this Aug 6, 2024
@piotrAMD
Copy link
Collaborator

piotrAMD commented Aug 6, 2024

Thanks, @kovdan01 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants