-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit ecf2963
committed
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. Also disable it for LLVM targets that don't
support it.1 parent 99e6a28 commit ecf2963
File tree
6 files changed
+19
-9
lines changed- compiler
- rustc_codegen_cranelift/build_system
- rustc_codegen_gcc/build_system/src
- library
- alloc
- std
- sysroot
6 files changed
+19
-9
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
772 | - | ||
772 | + | ||
773 | 773 |
| |
774 | - | ||
774 | + | ||
775 | 775 |
| |
776 | 776 |
| |
777 | 777 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 | - | ||
279 | + | ||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | - | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
116 | 123 |
| |
117 | 124 |
| |
118 | 125 |
| |
|
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 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | + | ||
74 | 75 |
| |
75 | - | ||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
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