mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 06:29:01 +01:00
Update README.md
Added the work around for go 1.16
This commit is contained in:
parent
b4cc306380
commit
58e85a0892
@ -66,6 +66,11 @@ go get github.com/SRI-CSL/gllvm/cmd/...
|
|||||||
This should install four binaries: `gclang`, `gclang++`, `get-bc`, and `gsanity-check`
|
This should install four binaries: `gclang`, `gclang++`, `get-bc`, and `gsanity-check`
|
||||||
in the `$GOPATH/bin` directory.
|
in the `$GOPATH/bin` directory.
|
||||||
|
|
||||||
|
If you are using `go 1.16` you may be forced to install it like this:
|
||||||
|
```
|
||||||
|
GO111MODULE=off go get github.com/SRI-CSL/gllvm/cmd/...
|
||||||
|
```
|
||||||
|
Hopefully we will have a better fix for this [soon](https://github.com/golang/go/issues/44776)?
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`gclang` and
|
`gclang` and
|
||||||
|
Loading…
Reference in New Issue
Block a user