From 35f6889428e9e8856c774d88b08ee8d8be4d7997 Mon Sep 17 00:00:00 2001 From: Ian A Mason Date: Thu, 18 Feb 2021 09:22:38 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a5a0f4..95bffcc 100644 --- a/README.md +++ b/README.md @@ -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