mirror of
https://github.com/danog/gllvm.git
synced 2024-12-02 10:07:47 +01:00
Update README.md
This commit is contained in:
parent
78dee1604d
commit
35f6889428
@ -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
|
your build is unlikely to produce anything that `get-bc` will work on. This is to be
|
||||||
expected.
|
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
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user