File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 70
70
./y.sh build --no-default-features --sysroot-panic-abort
71
71
# Uncomment when we no longer need to remove global variables.
72
72
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
73
- #./y.sh build --sysroot --no-default-features --sysroot-panic-abort
74
73
#cargo test --no-default-features
75
74
#./y.sh clean all
76
75
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ master = ["gccjit/master"]
22
22
default = [" master" ]
23
23
24
24
[dependencies ]
25
- # gccjit = "2.0"
26
- gccjit = { git = " https://github.com/rust-lang/gccjit.rs" }
25
+ gccjit = " 2.1"
27
26
28
27
# Local copy.
29
28
# gccjit = { path = "../gccjit.rs" }
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ fn array_as_slice(arr: &[u8; 3]) -> &[u8] {
153
153
arr
154
154
}
155
155
156
- // FIXME: fix the intrinsic implementation to work with the new ->u32 signature
157
156
unsafe fn use_ctlz_nonzero ( a : u16 ) -> u32 {
158
157
intrinsics:: ctlz_nonzero ( a)
159
158
}
You can’t perform that action at this time.
0 commit comments