Skip to content

Commit a6a819c

Browse files
authored
Rollup merge of rust-lang#125708 - RalfJung:tier3, r=compiler-errors
tier 3 target policy: clarify the point about producing assembly I think that is already the intended meaning of the policy, but I am not sure. Cc ``@rust-lang/compiler``
2 parents c09b89e + eafe80f commit a6a819c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/rustc/src/target-tier-policy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ approved by the appropriate team for that shared code before acceptance.
247247
target may not have; use conditional compilation or runtime detection, as
248248
appropriate, to let each target run code supported by that target.
249249
- Tier 3 targets must be able to produce assembly using at least one of
250-
rustc's supported backends from any host target.
250+
rustc's supported backends from any host target. (Having support in a fork
251+
of the backend is not sufficient, it must be upstream.)
251252

252253
If a tier 3 target stops meeting these requirements, or the target maintainers
253254
no longer have interest or time, or the target shows no signs of activity and

0 commit comments

Comments
 (0)