Add CPU constraints for common Rust platforms#134
Conversation
|
cc @fmeum |
|
Loongarch was added in #133, rebase and fix that. |
|
Any thoughts on this vs. https://github.com/bazel-contrib/platforms_contrib? A lot of these look suitably generic but I know Rust has its own platform ecosystem which doesn't necessarily expand to other domains? |
@gregestren I think all the ABI constraints should go in |
|
@gregestren I am intentionally not trying to add anything Rust specific here. Rust just happened to be my motivation but if you looked at the page, there are like +100 values that I have not included since those would likely require deeper discussion and potentially increase the scope of this repo. Which I am trying not to do. |
Added new CPU constraints covering architecture families from Rust's platform support that had no existing representation. These were selected from https://doc.rust-lang.org/nightly/rustc/platform-support.html based on requests I've seen for them either on slack or in https://github.com/bazelbuild/rules_rust
closes #131
closes #103
closes #99