-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 80d8270
Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35
Update compiler_builtins to 0.1.114
The `weak-intrinsics` feature was removed from compiler_builtins in rust-lang/compiler-builtins#598, so dropped the `compiler-builtins-weak-intrinsics` feature from alloc/std/sysroot.
In rust-lang/compiler-builtins#593, some builtins for f16/f128 were added. These don't work for all compiler backends, so add a `compiler-builtins-no-f16-f128` feature and disable it for cranelift and gcc.File tree
8 files changed
+23
-9
lines changed- compiler
- rustc_codegen_cranelift/build_system
- rustc_codegen_gcc/build_system/src
- rustc_codegen_llvm/src
- rustc_target/src/abi/call
- library
- alloc
- std
- sysroot
8 files changed
+23
-9
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
742 | - | ||
742 | + | ||
743 | 743 |
| |
744 | - | ||
744 | + | ||
745 | 745 |
| |
746 | 746 |
| |
747 | 747 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 | - | ||
274 | + | ||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | - | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
146 | 153 |
| |
147 | 154 |
| |
148 | 155 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 | + | ||
122 | 123 |
| |
123 | 124 |
| |
125 | + | ||
124 | 126 |
| |
125 | 127 |
| |
126 | 128 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 | + | ||
241 | 242 |
| |
242 | 243 |
| |
244 | + | ||
243 | 245 |
| |
244 | 246 |
| |
245 | 247 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| |||
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
44 | + | ||
41 | 45 |
| |
42 | - | ||
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | - | ||
20 | + | ||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | + | ||
98 | 99 |
| |
99 | - | ||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | - | ||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments