Skip to content

Commit 35f6889

Browse files
authored
Update README.md
1 parent 78dee16 commit 35f6889

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,12 @@ such as *link time optimization* (indicated by the presence of compiler flag `-f
250250
your build is unlikely to produce anything that `get-bc` will work on. This is to be
251251
expected.
252252

253+
## Developer tools
253254

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

255260
## License
256261

0 commit comments

Comments
 (0)