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

fix(llvm): Fix ADD_ABS_LO12_NC relocation #5230

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

xdoardo
Copy link
Contributor

@xdoardo xdoardo commented Nov 7, 2024

This patch fixes some of the recent errors we've seen when running LLVM on aarch64.

I tested it against:

@xdoardo xdoardo requested a review from syrusakbary as a code owner November 7, 2024 14:58
@xdoardo xdoardo linked an issue Nov 7, 2024 that may be closed by this pull request
@syrusakbary
Copy link
Member

Ideally, we would have tests for this. But I'm ok for now because this triggers when the module is too big, so it'll be non trivial to reproduce

@xdoardo xdoardo merged commit 003d8d4 into main Nov 7, 2024
71 of 72 checks passed
@xdoardo xdoardo deleted the 5223-fix-failing-modules-with-llvm branch November 7, 2024 17:25
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.

Fix failing modules with LLVM
2 participants