Skip to content

Commit 5681c3c

Browse files
committed
Cleanup
1 parent 0b5be44 commit 5681c3c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Diff for: .github/workflows/gcc12.yml

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
./y.sh build --no-default-features --sysroot-panic-abort
7171
# Uncomment when we no longer need to remove global variables.
7272
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
73-
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
7473
#cargo test --no-default-features
7574
#./y.sh clean all
7675

Diff for: Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ master = ["gccjit/master"]
2222
default = ["master"]
2323

2424
[dependencies]
25-
#gccjit = "2.0"
26-
gccjit = { git = "https://github.com/rust-lang/gccjit.rs" }
25+
gccjit = "2.1"
2726

2827
# Local copy.
2928
#gccjit = { path = "../gccjit.rs" }

Diff for: example/example.rs

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ fn array_as_slice(arr: &[u8; 3]) -> &[u8] {
153153
arr
154154
}
155155

156-
// FIXME: fix the intrinsic implementation to work with the new ->u32 signature
157156
unsafe fn use_ctlz_nonzero(a: u16) -> u32 {
158157
intrinsics::ctlz_nonzero(a)
159158
}

0 commit comments

Comments
 (0)