From 4ffd7d4646df525c5af57656eb90b07f18682d0a Mon Sep 17 00:00:00 2001 From: Ian A Mason Date: Wed, 23 Oct 2019 10:41:47 -0700 Subject: [PATCH] Update README.md Add a plug for `gsanity-check`. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af9fa19..31d2d00 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,10 @@ files into the desired form. You can specify the exact version of `objcopy` and `ld` that `gllvm` uses to manipulate the artifacts by setting the `GLLVM_OBJCOPY` and `GLLVM_LD` -environment variables. +environment variables. For more details of what's under the `gllvm` hood, try +``` +gsanity-check -e +``` ## License