all: default to LLVM 16

So that `go install` works on MacOS with Homebrew (and on Linux with an
up-to-date distro).
This commit is contained in:
Ayke van Laethem
2023-09-18 20:19:29 +02:00
committed by Ron Evans
parent 1d7543e2bf
commit 8698a7e496
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 (