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
+18-7
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,18 @@ A secondary goal is to check if using the gcc backend will provide any run-time
17
17
**This requires a patched libgccjit in order to work.
18
18
You need to use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patches.**
19
19
20
+
```bash
21
+
$ cp config.example.toml config.toml
22
+
```
23
+
24
+
If don't need to test GCC patches you wrote in our GCC fork, then the default configuration should
25
+
be all you need. You can update the `rustc_codegen_gcc` without worrying about GCC.
26
+
27
+
### Building with your own GCC version
28
+
29
+
If you wrote a patch for GCC and want to test it without this backend, you will need
30
+
to do a few more things.
31
+
20
32
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