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

Explicitly link against libatomic on Linux arm #7257

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Conversation

fealebenpae
Copy link
Member

@fealebenpae fealebenpae commented Jan 15, 2024

What, How & Why?

On 32bit Linux we need to link against libatomic because we lack compiler intrinsics for atomic operations on 64bit values.

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed
  • bindgen/spec.yml, if public C++ API changed

@fealebenpae fealebenpae self-assigned this Jan 15, 2024
Copy link

Pull Request Test Coverage Report for Build yavor.georgiev_382

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 91.794%

Totals Coverage Status
Change from base Build 1967: -0.003%
Covered Lines: 232896
Relevant Lines: 253715

💛 - Coveralls

@fealebenpae fealebenpae merged commit 1d68948 into master Jan 15, 2024
34 checks passed
@fealebenpae fealebenpae deleted the yg/arm-libatomic branch January 15, 2024 22:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants