rust/compiler/rustc_target/src
bors 47ab5f7ce2 Auto merge of #87699 - ubamrein:use-iphone-deployment-target-for-llvm, r=petrochenkov
Allow specifying an deployment target version for all iOS llvm targets

Closes: https://github.com/rust-lang/rust/issues/79408

This pull requests adds the same procedure to define the iOS-version for the LLVM-target as was used for the simulator target and the desktop target.

This then closes the original problem mentioned in the above issue. The problem with incompatible bitcode remains, but is probably not easy fixable.

I realised that something is still not right. Try to fix that.

r? `@petrochenkov`
2021-08-24 12:13:37 +00:00
..
abi Add c_enum_min_bits to target spec 2021-08-12 09:44:16 -07:00
asm Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
spec allow specifying an ios version for the llvm target 2021-08-24 08:23:05 +02:00
lib.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00
tests.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00