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
Full list of debugging options can be found in the README.
52
+
Full list of debugging options can be found in the [README](/rust-lang/rustc_codegen_gcc#env-vars).
52
53
53
54
## Making Contributions
54
55
55
56
### Finding Issues to Work On
56
-
1. Look for issues labeled with `good-first-issue`or `help-wanted`
57
+
1. Look for issues labeled with [`goodfirstissue`](/rust-lang/rustc_codegen_gcc/issues?q=is%3Aissue state%3Aopen label%3A"good first issue") or [`helpwanted`](/rust-lang/rustc_codegen_gcc/issues?q=is%3Aissue state%3Aopen label%3A"help wanted")
57
58
2. Check the [progress report](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-34#state_of_rustc_codegen_gcc) for larger initiatives
58
-
3. Consider improving documentation or investigate[failing tests](https://github.com/rust-lang/rustc_codegen_gcc/tree/master/tests)(except failing-ui-tests12.txt)
59
+
3. Consider improving documentation or investigating[failing tests](https://github.com/rust-lang/rustc_codegen_gcc/tree/master/tests)(except `failing-ui-tests12.txt`)
59
60
60
61
### Pull Request Process
61
62
1. Fork the repository and create a new branch
@@ -74,12 +75,12 @@ Full list of debugging options can be found in the README.
74
75
-[Rustc Dev Guide](https://rustc-dev-guide.rust-lang.org/)
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 `libgccjit` built in the CI 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