Skip to content

Conversation

@yuxuanchen1997
Copy link
Member

This line of code was introduced by e6a1aff.

This file fails to compile in some supported setups now, because __has_feature itself being a macro is not implemented in GCC until 14: https://godbolt.org/z/eM9Gff157

This fix should be simple, since ptrauth is only supported by apple clang, which should pass the defined(__has_feature) condition, all other compilers that don't pass this condition can just assume the feature not being supported.

@yuxuanchen1997
Copy link
Member Author

Closing in favor of #164535

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.

2 participants