Files
rust/compiler
Tony Li 1ffb410aa2 Fix incorrect 'llvm_target' value used on watchOS target
The expected value is "<arch>-apple-watchos<major>.<minor>.0", i.e.
"arm64_32-apple-watchos8.0.0".

compiler/rustc_target/src/spec/base/apple/mod.rs contains functions that
construct such string. There is an existing function
`watchos_sim_llvm_target` which returns llvm target value for watchOS
simulator. But there is none for watchOS device. This commit adds that
missing function to align watchOS with other Apple platform targets.
2024-04-04 19:08:54 +13:00
..
2024-04-03 08:50:12 +00:00
2024-04-02 17:25:22 +08:00
2024-03-30 17:39:43 +03:00
2024-04-03 08:50:12 +00:00