Skip to content

Commit c990a38

Browse files
authored
Rollup merge of #78559 - glandium:release-notes, r=Mark-Simulacrum
Add LLVM upgrades from 7 to 10 to RELEASES.md Fixes #78464
2 parents 162f400 + 5fb5707 commit c990a38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ Compiler
297297
- [Added the `tiny` value to the `code-model` codegen flag.][72397]
298298
- [Added tier 3 support\* for the `mipsel-sony-psp` target.][72062]
299299
- [Added tier 3 support for the `thumbv7a-uwp-windows-msvc` target.][72133]
300+
- [Upgraded to LLVM 10.][67759]
300301

301302
\* Refer to Rust's [platform support page][forge-platform-support] for more
302303
information on Rust's tiered platform support.
@@ -396,6 +397,7 @@ Internals Only
396397
[72062]: https://github.com/rust-lang/rust/pull/72062/
397398
[72094]: https://github.com/rust-lang/rust/pull/72094/
398399
[72133]: https://github.com/rust-lang/rust/pull/72133/
400+
[67759]: https://github.com/rust-lang/rust/pull/67759/
399401
[71900]: https://github.com/rust-lang/rust/pull/71900/
400402
[71928]: https://github.com/rust-lang/rust/pull/71928/
401403
[71662]: https://github.com/rust-lang/rust/pull/71662/
@@ -1270,6 +1272,7 @@ Compiler
12701272
`armv7-unknown-linux-musleabi` targets.][63107]
12711273
- [Added tier 3 support for the `hexagon-unknown-linux-musl` target.][62814]
12721274
- [Added tier 3 support for the `riscv32i-unknown-none-elf` target.][62784]
1275+
- [Upgraded to LLVM 9.][62592]
12731276

12741277
\* Refer to Rust's [platform support page][forge-platform-support] for more
12751278
information on Rust's tiered platform support.
@@ -1336,6 +1339,7 @@ Compatibility Notes
13361339
[62735]: https://github.com/rust-lang/rust/pull/62735/
13371340
[62766]: https://github.com/rust-lang/rust/pull/62766/
13381341
[62784]: https://github.com/rust-lang/rust/pull/62784/
1342+
[62592]: https://github.com/rust-lang/rust/pull/62592/
13391343
[62785]: https://github.com/rust-lang/rust/issues/62785/
13401344
[62814]: https://github.com/rust-lang/rust/pull/62814/
13411345
[62896]: https://github.com/rust-lang/rust/issues/62896/
@@ -2431,6 +2435,7 @@ Compiler
24312435
--------
24322436
- [Added the `riscv32imc-unknown-none-elf` target.][53822]
24332437
- [Added the `aarch64-unknown-netbsd` target][53165]
2438+
- [Upgraded to LLVM 8.][53611]
24342439

24352440
Libraries
24362441
---------
@@ -2479,6 +2484,7 @@ Misc
24792484
[53033]: https://github.com/rust-lang/rust/pull/53033/
24802485
[53044]: https://github.com/rust-lang/rust/pull/53044/
24812486
[53165]: https://github.com/rust-lang/rust/pull/53165/
2487+
[53611]: https://github.com/rust-lang/rust/pull/53611/
24822488
[53213]: https://github.com/rust-lang/rust/pull/53213/
24832489
[53236]: https://github.com/rust-lang/rust/pull/53236/
24842490
[53272]: https://github.com/rust-lang/rust/pull/53272/
@@ -2537,6 +2543,7 @@ Compiler
25372543
- [Bumped minimum LLVM version to 5.0.][51899]
25382544
- [Added `powerpc64le-unknown-linux-musl` target.][51619]
25392545
- [Added `aarch64-unknown-hermit` and `x86_64-unknown-hermit` targets.][52861]
2546+
- [Upgraded to LLVM 7.][51966]
25402547

25412548
Libraries
25422549
---------
@@ -2588,6 +2595,7 @@ Compatibility Notes
25882595

25892596
[53893]: https://github.com/rust-lang/rust/pull/53893/
25902597
[52861]: https://github.com/rust-lang/rust/pull/52861/
2598+
[51966]: https://github.com/rust-lang/rust/pull/51966/
25912599
[52656]: https://github.com/rust-lang/rust/pull/52656/
25922600
[52239]: https://github.com/rust-lang/rust/pull/52239/
25932601
[52330]: https://github.com/rust-lang/rust/pull/52330/

0 commit comments

Comments
 (0)