1
Fork 0

refactor: Move Apple SDK names to rustc_codegen_ssa:🔙:apple

This commit is contained in:
Mads Marquart 2025-03-26 18:54:35 +01:00
parent 7d49ae9731
commit 713becd7da
4 changed files with 21 additions and 36 deletions

View file

@ -391,8 +391,6 @@ codegen_ssa_unknown_atomic_ordering = unknown ordering in atomic intrinsic
codegen_ssa_unknown_reuse_kind = unknown cgu-reuse-kind `{$kind}` specified
codegen_ssa_unsupported_arch = unsupported arch `{$arch}` for os `{$os}`
codegen_ssa_unsupported_instruction_set = target does not support `#[instruction_set]`
codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target