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
(although you can have both at the same time too). Then you can compile it like previously. Only one difference: before executing it, I recommend to run:
104
+
105
+
```console
106
+
rm -rf /tmp/libgccjit-*
107
+
```
108
+
109
+
to make it easier for you to know which folder to look into.
110
+
111
+
Once the execution is done, you should now have a file with path looking like `/tmp/libgccjit-9OFqkD/fake.c.006t.gimple` which contains the GIMPLE format.
0 commit comments