mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
78bbe57c88
This adds support for rust-lld for Apple *OS targets. This was tested against targets "aarch64-apple-ios" and "aarch64-apple-ios-sim". For targets "armv7-apple-ios" and "armv7s-apple-ios", it doesn't link because of "symbols.o" not being generated with the correct CPU subtype (changes in the "object" crate needs to be done to support it).
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.