We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dee16 commit 35f6889Copy full SHA for 35f6889
README.md
@@ -250,7 +250,12 @@ such as *link time optimization* (indicated by the presence of compiler flag `-f
250
your build is unlikely to produce anything that `get-bc` will work on. This is to be
251
expected.
252
253
+## Developer tools
254
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.
259
260
## License
261
0 commit comments