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

[topic-clang] Add initial RISC-V support #837

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

stephanosio
Copy link
Member

@stephanosio stephanosio commented Nov 23, 2024

Add initial RISC-V support with the most basic multi-lib variant for each base ISA to Zephyr SDK LLVM toolchain

@stephanosio stephanosio added the DNM DO NOT MERGE label Nov 23, 2024
This commit pulls in the LLVM patch that fixes libunwind compatibility
issue with the RV32E ISA.

Signed-off-by: Stephanos Ioannidis <[email protected]>
This commit adds the initial RISC-V architecture support to the
Clang/LLVM build script.

Note that only the most basic multi-lib variant (`rvX_zicsr_zifencei`)
for each base ISA is built at this time.

Signed-off-by: Stephanos Ioannidis <[email protected]>
@stephanosio stephanosio changed the title [topic-clang] [WIP] Add RISC-V support [topic-clang] Add initial RISC-V support Nov 23, 2024
@stephanosio stephanosio removed the DNM DO NOT MERGE label Nov 23, 2024
@stephanosio stephanosio marked this pull request as ready for review November 23, 2024 23:51
@stephanosio stephanosio merged commit 401b410 into zephyrproject-rtos:topic-clang Nov 24, 2024
40 checks passed
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.

1 participant