@@ -297,6 +297,7 @@ Compiler
297
297
- [Added the `tiny` value to the `code-model` codegen flag.][72397]
298
298
- [Added tier 3 support\* for the `mipsel-sony-psp` target.][72062]
299
299
- [Added tier 3 support for the `thumbv7a-uwp-windows-msvc` target.][72133]
300
+ - [Upgraded to LLVM 10.][67759]
300
301
301
302
\* Refer to Rust's [platform support page][forge-platform-support] for more
302
303
information on Rust's tiered platform support.
@@ -396,6 +397,7 @@ Internals Only
396
397
[72062]: https://github.com/rust-lang/rust/pull/72062/
397
398
[72094]: https://github.com/rust-lang/rust/pull/72094/
398
399
[72133]: https://github.com/rust-lang/rust/pull/72133/
400
+ [67759]: https://github.com/rust-lang/rust/pull/67759/
399
401
[71900]: https://github.com/rust-lang/rust/pull/71900/
400
402
[71928]: https://github.com/rust-lang/rust/pull/71928/
401
403
[71662]: https://github.com/rust-lang/rust/pull/71662/
@@ -1270,6 +1272,7 @@ Compiler
1270
1272
`armv7-unknown-linux-musleabi` targets.][63107]
1271
1273
- [Added tier 3 support for the `hexagon-unknown-linux-musl` target.][62814]
1272
1274
- [Added tier 3 support for the `riscv32i-unknown-none-elf` target.][62784]
1275
+ - [Upgraded to LLVM 9.][62592]
1273
1276
1274
1277
\* Refer to Rust's [platform support page][forge-platform-support] for more
1275
1278
information on Rust's tiered platform support.
@@ -1336,6 +1339,7 @@ Compatibility Notes
1336
1339
[62735]: https://github.com/rust-lang/rust/pull/62735/
1337
1340
[62766]: https://github.com/rust-lang/rust/pull/62766/
1338
1341
[62784]: https://github.com/rust-lang/rust/pull/62784/
1342
+ [62592]: https://github.com/rust-lang/rust/pull/62592/
1339
1343
[62785]: https://github.com/rust-lang/rust/issues/62785/
1340
1344
[62814]: https://github.com/rust-lang/rust/pull/62814/
1341
1345
[62896]: https://github.com/rust-lang/rust/issues/62896/
@@ -2431,6 +2435,7 @@ Compiler
2431
2435
--------
2432
2436
- [Added the `riscv32imc-unknown-none-elf` target.][53822]
2433
2437
- [Added the `aarch64-unknown-netbsd` target][53165]
2438
+ - [Upgraded to LLVM 8.][53611]
2434
2439
2435
2440
Libraries
2436
2441
---------
@@ -2479,6 +2484,7 @@ Misc
2479
2484
[53033]: https://github.com/rust-lang/rust/pull/53033/
2480
2485
[53044]: https://github.com/rust-lang/rust/pull/53044/
2481
2486
[53165]: https://github.com/rust-lang/rust/pull/53165/
2487
+ [53611]: https://github.com/rust-lang/rust/pull/53611/
2482
2488
[53213]: https://github.com/rust-lang/rust/pull/53213/
2483
2489
[53236]: https://github.com/rust-lang/rust/pull/53236/
2484
2490
[53272]: https://github.com/rust-lang/rust/pull/53272/
@@ -2537,6 +2543,7 @@ Compiler
2537
2543
- [Bumped minimum LLVM version to 5.0.][51899]
2538
2544
- [Added `powerpc64le-unknown-linux-musl` target.][51619]
2539
2545
- [Added `aarch64-unknown-hermit` and `x86_64-unknown-hermit` targets.][52861]
2546
+ - [Upgraded to LLVM 7.][51966]
2540
2547
2541
2548
Libraries
2542
2549
---------
@@ -2588,6 +2595,7 @@ Compatibility Notes
2588
2595
2589
2596
[53893]: https://github.com/rust-lang/rust/pull/53893/
2590
2597
[52861]: https://github.com/rust-lang/rust/pull/52861/
2598
+ [51966]: https://github.com/rust-lang/rust/pull/51966/
2591
2599
[52656]: https://github.com/rust-lang/rust/pull/52656/
2592
2600
[52239]: https://github.com/rust-lang/rust/pull/52239/
2593
2601
[52330]: https://github.com/rust-lang/rust/pull/52330/
0 commit comments