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

This deals with incompatibilities between clang and gcc regarding names of function target attribute isas for arm targets #3491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oviano
Copy link
Contributor

@oviano oviano commented Apr 10, 2023

This deals with the warnings described in #3487

From clang 16.0.0 there is greater compatibility between the two compilers regarding this but since Apple clang has only just upgraded to clang 15.0 with Xcode 14.3 it seems that is some way off at least within the Apple ecosystem.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (747a545) 88.21% compared to head (75f3153) 88.21%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3491   +/-   ##
=======================================
  Coverage   88.21%   88.21%           
=======================================
  Files         617      617           
  Lines       70384    70384           
  Branches     6820     6820           
=======================================
+ Hits        62087    62091    +4     
- Misses       5439     5440    +1     
+ Partials     2858     2853    -5     

see 12 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@oviano oviano force-pushed the fix-clang-arm-function-target-attributes branch from 75f3153 to e14dcae Compare April 19, 2023 16:57
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.

2 participants