You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ A secondary goal is to check if using the gcc backend will provide any run-time
15
15
## Getting Started
16
16
17
17
Note: **This requires a patched libgccjit in order to work.
18
-
You need to use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patches.**
18
+
You need to use my [fork of gcc](https://github.com/rust-lang/gcc) which already includes these patches.**
19
+
The default configuration (see below in the [Quick start](#quick-start) section) will download a pre-built `libgccjit` that already contains these patches, so you don't need to build this fork yourself if you use the default configuration.
19
20
20
21
### Dependencies
21
22
- rustup: follow instructions on the [official website](https://rustup.rs)
@@ -53,7 +54,7 @@ to do a few more things.
53
54
To build it (most of these instructions come from [here](https://gcc.gnu.org/onlinedocs/jit/internals/index.html), so don't hesitate to take a look there if you encounter an issue):
0 commit comments