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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Readme.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ A secondary goal is to check if using the gcc backend will provide any run-time
14
14
## Building
15
15
16
16
**This requires a patched libgccjit in order to work.
17
-
The patches in [this repository](https://github.com/antoyo/libgccjit-patches) need to be applied.
18
-
(Those patches should work when applied on master, but in case it doesn't work, they are known to work when applied on 079c23cfe079f203d5df83fea8e92a60c7d7e878.)
19
-
You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patches.**
17
+
You need to use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patches.**
20
18
21
19
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