Skip to content

Commit 2e06086

Browse files
committed
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.
1 parent 0eb5c8a commit 2e06086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/building/new-target.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ These are a set of steps to add support for a new target. There are
44
numerous end states and paths to get there, so not all sections may be
55
relevant to your desired goal.
66

7+
See also the associated documentation in the
8+
[target tier policy][target_tier_policy_add].
9+
710
<!-- toc -->
811

12+
[target_tier_policy_add]: https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target
13+
914
## Specifying a new LLVM
1015

1116
For very new targets, you may need to use a different fork of LLVM

0 commit comments

Comments
 (0)