Skip to content

Commit f7b2dea

Browse files
authored
Merge pull request #61 from Kobzol/kobzol-josh-push
clif josh push
2 parents 112a274 + 18b6ad2 commit f7b2dea

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

compiler/rustc_codegen_cranelift/Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Cranelift codegen backend for rust
22

3+
FOO
4+
35
The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/main/cranelift).
46
This has the potential to improve compilation times in debug mode.
57
If your project doesn't use any of the things listed under "Not yet supported", it should work fine.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
repo = "rustc_codegen_cranelift"
2+
filter = ":rev(6f3f6bdacb75571a87f08e0920d9c191b3d65ded:prefix=compiler/rustc_codegen_cranelift):/compiler/rustc_codegen_cranelift"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-12-23"
2+
channel = "nightly-2025-12-25"
33
components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"]
44
profile = "minimal"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7d44143a12a526488e4f0c0d7ea8e62a4fe9354

0 commit comments

Comments
 (0)