We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5261ffb commit 7bb6e19Copy full SHA for 7bb6e19
README.md
@@ -80,7 +80,7 @@ Hopefully we will have a better fix for this [soon](https://github.com/golang/go
80
`gflang` is the wrapper used to compile Fortran.
81
`get-bc` is used for
82
extracting the bitcode from a build product (either an object file, executable, library
83
-or archive). `gsanity-check` can be used for detecting configuration errors. `gparse` can be used to exam how `gllvm` parses compiler/linker lines.
+or archive). `gsanity-check` can be used for detecting configuration errors. `gparse` can be used to examine how `gllvm` parses compiler/linker lines.
84
85
Here is a simple example. Assuming that clang is in your `PATH`, you can build
86
bitcode for `pkg-config` as follows:
0 commit comments