-
Notifications
You must be signed in to change notification settings - Fork 69
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
New Tier-3 target for OpenHarmony on LoongArch64 #784
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed. Concerns or objections to the proposal should be discussed on Zulip and formally registered here by adding a comment with the following syntax:
Concerns can be lifted with:
See documentation at https://forge.rust-lang.org cc @rust-lang/compiler @rust-lang/compiler-contributors |
The LoongArch maintainers have been very active and responsible, I don't see any reason to wait around. |
MCP: rust-lang/compiler-team#784 Co-authored-by: WANG Rui <[email protected]>
MCP: rust-lang/compiler-team#784 Co-authored-by: WANG Rui <[email protected]>
MCP: rust-lang/compiler-team#784 Co-authored-by: WANG Rui <[email protected]>
MCP: rust-lang/compiler-team#784 Co-authored-by: WANG Rui <[email protected]>
@rustbot label -final-comment-period +major-change-accepted |
…ieyouxu Add new Tier-3 target: `loongarch64-unknown-linux-ohos` MCP: rust-lang/compiler-team#784
…ieyouxu Add new Tier-3 target: `loongarch64-unknown-linux-ohos` MCP: rust-lang/compiler-team#784
Rollup merge of rust-lang#130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu Add new Tier-3 target: `loongarch64-unknown-linux-ohos` MCP: rust-lang/compiler-team#784
Add new Tier-3 target: `loongarch64-unknown-linux-ohos` MCP: rust-lang/compiler-team#784
Proposal
This MCP proposes to add two new tier 3 target for OpenHarmony on LoongArch64:
Tier 3 target requirements
The target name is consistent with the one used by OpenHarmony's C toolchain.
OpenHarmony is BSD-licensed and uses a Clang/musl-based toolchain. There are no legal issues.
OK
This target will fully support std.
Initially this target will only be used for Rust code internal to the OpenHarmony project. After initial Rust support is in place, this will later be expanded to support external Rust code for applications running on OpenHarmony.
OK
All OpenHarmony-specific code is under
#[cfg(target_env = "ohos")]
.Mentors or Reviewers
@Amanieu
Process
The main points of the Major Change Process are as follows:
@rustbot second
.-C flag
, then full team check-off is required.@rfcbot fcp merge
on either the MCP or the PR.You can read more about Major Change Proposals on forge.
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.
The text was updated successfully, but these errors were encountered: