From 7bb6e1941332d01be05e1e71bb1c2876390de7b6 Mon Sep 17 00:00:00 2001 From: Ian A Mason Date: Wed, 8 Nov 2023 12:01:45 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bddaf..237a4ff 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Hopefully we will have a better fix for this [soon](https://github.com/golang/go `gflang` is the wrapper used to compile Fortran. `get-bc` is used for extracting the bitcode from a build product (either an object file, executable, library -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. Here is a simple example. Assuming that clang is in your `PATH`, you can build bitcode for `pkg-config` as follows: