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

@@ -738,13 +738,6 @@ pub enum ExtractBundledLibsError<'a> {
ExtractSection { rlib: &'a Path, error: Box<dyn std::error::Error> },
}
#[derive(Diagnostic)]
#[diag(codegen_ssa_unsupported_arch)]
pub(crate) struct UnsupportedArch<'a> {
pub arch: &'a str,
pub os: &'a str,
}
#[derive(Diagnostic)]
pub(crate) enum AppleDeploymentTarget {
#[diag(codegen_ssa_apple_deployment_target_invalid)]