diff options
author | Ayke van Laethem <[email protected]> | 2023-09-18 20:19:29 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-09-18 21:58:02 +0200 |
commit | 8698a7e496d6151d25745279b81ffcc5b9d8ece6 (patch) | |
tree | 1a3ed367630b63457833b7e3798f1be43ebc78be /go.mod | |
parent | 1d7543e2bfcba3eed51f5340dcaf607d11b0bdeb (diff) | |
download | tinygo-8698a7e496d6151d25745279b81ffcc5b9d8ece6.tar.gz tinygo-8698a7e496d6151d25745279b81ffcc5b9d8ece6.zip |
all: default to LLVM 16
So that `go install` works on MacOS with Homebrew (and on Linux with an
up-to-date distro).
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( golang.org/x/sys v0.11.0 golang.org/x/tools v0.12.0 gopkg.in/yaml.v2 v2.4.0 - tinygo.org/x/go-llvm v0.0.0-20230522123337-073e98d0d581 + tinygo.org/x/go-llvm v0.0.0-20230918183930-9edb6403d0bc ) require ( |