Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions on how to generate GIMPLE format #308

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

GuillaumeGomez
Copy link
Member

No description provided.

Readme.md Outdated
@@ -74,6 +74,9 @@ To run the tests:
$ ./test.sh --release
```

If you need to check what gccjit is generating (GIMPLE), then take a look at how to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please move that below, in the "Debugging" section?

doc/gimple.md Outdated

It should display:

```console
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you meant:

Suggested change
```console
```c

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not really C, so are you sure you want to use the C highlighting?

@antoyo antoyo merged commit 6abd12a into rust-lang:master Jul 22, 2023
21 of 32 checks passed
@GuillaumeGomez GuillaumeGomez deleted the gimple branch July 22, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants