rust/compiler/rustc_target/src
bors 83356b78c4 Auto merge of #104361 - vladimir-ea:watchos_fix_linking, r=oli-obk
[watchos] Dynamic linking is not allowed for watchos targets

Dynamic linking of all apple targets was (re-) enabled in PR #100636. However, dynamic linking is not allowed on WatchOS so this broke the build of standard library for WatchOS.

This change disables dynamic linking for WatchOS non-simulator targets.
2022-11-17 17:15:31 +00:00
..
abi add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
asm Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
spec Auto merge of #104361 - vladimir-ea:watchos_fix_linking, r=oli-obk 2022-11-17 17:15:31 +00:00
json.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00