aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2023-09-18 20:19:29 +0200
committerRon Evans <[email protected]>2023-09-18 21:58:02 +0200
commit8698a7e496d6151d25745279b81ffcc5b9d8ece6 (patch)
tree1a3ed367630b63457833b7e3798f1be43ebc78be /go.mod
parent1d7543e2bfcba3eed51f5340dcaf607d11b0bdeb (diff)
downloadtinygo-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6551a2230..9af3402ba 100644
--- a/go.mod
+++ b/go.mod
@@ -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 (