rust/compiler/rustc_codegen_ssa/src/back
mary 78bbe57c88 Add support for link-flavor rust-lld for iOS, tvOS and watchOS
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).
2022-08-03 15:41:05 +00:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs Introduce an ArchiveBuilderBuilder 2022-07-28 09:08:47 +00:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs Add support for link-flavor rust-lld for iOS, tvOS and watchOS 2022-08-03 15:41:05 +00:00
linker.rs Add issue reference 2022-07-31 10:33:44 +00:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs move emit_metadata to rustc_metadata::fs 2022-07-02 22:48:16 +09:00
mod.rs
rpath.rs pass -Wl,-z,origin to set DF_ORIGIN when using rpath 2021-12-17 11:27:14 +00:00
symbol_export.rs Limit symbols exported from proc macros 2022-07-30 12:16:33 +00:00
write.rs Also wait on other threads if a WorkerFatalError occurs 2022-07-27 16:19:07 +02:00