Cross-link documentation for adding a new target

Both the target tier policy and the rustc-dev-guide has documentation on
this, let's make sure people see both.
This commit is contained in:
Mads Marquart 2025-01-24 14:40:12 +01:00
parent 0eb5c8a79b
commit 2e060866f0
1 changed files with 5 additions and 0 deletions

View File

@ -4,8 +4,13 @@ These are a set of steps to add support for a new target. There are
numerous end states and paths to get there, so not all sections may be numerous end states and paths to get there, so not all sections may be
relevant to your desired goal. relevant to your desired goal.
See also the associated documentation in the
[target tier policy][target_tier_policy_add].
<!-- toc --> <!-- toc -->
[target_tier_policy_add]: https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target
## Specifying a new LLVM ## Specifying a new LLVM
For very new targets, you may need to use a different fork of LLVM For very new targets, you may need to use a different fork of LLVM