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-01 03:05:55 +01:00
2024-04-03 22:11:01 +02:00
2024-04-03 20:19:51 +00:00
2024-03-29 15:17:11 +01:00
2024-03-29 11:08:11 +00:00
2024-04-01 03:05:55 +01:00
2024-04-03 22:11:02 +02:00
2024-04-01 05:44:45 +01:00
2024-04-03 22:11:02 +02:00
2024-04-02 19:21:44 +00:00
2024-04-03 22:11:00 +02:00
2024-04-03 22:11:00 +02:00
2024-04-03 16:00:38 +02:00
2024-04-03 19:06:22 +03:00
2024-03-26 00:04:03 +00:00
2024-03-19 00:04:09 +00:00
2024-04-03 22:10:59 +02:00
2024-04-02 20:37:40 -04:00
2024-03-29 11:08:11 +00:00
2024-04-03 19:06:22 +03:00
2024-04-04 00:09:02 +00:00
2024-03-27 09:53:23 -04:00
2024-04-03 22:11:02 +02:00
2024-03-25 01:33:46 +00:00
2024-04-03 19:06:22 +03:00
2024-03-29 15:17:11 +01:00
2024-04-03 08:50:12 +00:00
2024-03-17 23:35:19 +00:00
2024-03-29 22:02:07 +01:00
2024-04-03 16:00:38 +02:00
2024-04-02 17:25:22 +08:00
2024-03-30 17:39:43 +03:00
2024-03-28 18:47:26 +01:00
2024-04-04 00:09:02 +00:00
2024-04-03 22:11:02 +02:00
2024-04-03 19:06:22 +03:00
2024-04-03 22:11:02 +02:00
2024-04-01 20:31:19 -04:00
2024-03-28 12:30:52 -04:00
2024-04-02 18:31:42 -04:00
2024-03-16 22:33:02 +00:00
2024-03-29 14:00:21 +00:00
2024-04-01 00:01:46 +02:00
2024-03-22 20:36:21 +01:00
2024-04-03 19:06:22 +03:00
2024-04-03 19:06:22 +03:00
2024-04-03 08:50:12 +00:00
2024-04-03 16:00:38 +02:00
2024-04-03 22:11:02 +02:00
2024-04-02 17:34:42 +00:00
2024-04-04 19:08:54 +13:00
2024-04-04 00:09:02 +00:00
2024-03-27 14:02:15 +00:00
2024-04-04 00:09:02 +00:00
2024-04-03 19:06:22 +03:00
2024-04-03 16:00:38 +02:00