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

[riscv] Enable support for weak symbols #4114

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

Adenilson
Copy link

Both gcc and clang support weak symbols on RISC-V, therefore let's enable it.

This should fix issue #4069.

Both gcc and clang support weak symbols on RISC-V, therefore
let's enable it.

This should fix issue facebook#4069.
Copy link
Contributor

@Cyan4973 Cyan4973 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume this change is automatically tested as part of :
https://github.com/facebook/zstd/actions/runs/10275661201/job/28434730175?pr=4114

In which case, it looks all good to me

@Cyan4973 Cyan4973 self-assigned this Aug 7, 2024
@Adenilson
Copy link
Author

@Cyan4973 I also compiled/run zstd in a real RISC-V board (built with both gcc 13.2.1 and clang-18) to ensure that it should be all fine.

That being said, I think it is pretty cool that zstd already has a RISC-V test/bot.

@Cyan4973 Cyan4973 merged commit ee1fc7e into facebook:dev Aug 9, 2024
93 checks passed
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