Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianamason authored Feb 18, 2021
1 parent 78dee16 commit 35f6889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,12 @@ such as *link time optimization* (indicated by the presence of compiler flag `-f
your build is unlikely to produce anything that `get-bc` will work on. This is to be
expected.

## Developer tools

Debugging usually boils down to looking in the logs, maybe adding a print statement or two.
There is an additional executable, not mentioned above, called `gparse` that gets installed
along with `gclang`, `gclang++`, `get-bc` and `gsanity-check`. `gparse` takes the command line
arguments to the compiler, and outputs how it parsed them. This can sometimes be helpful.

## License

Expand Down

0 comments on commit 35f6889

Please sign in to comment.