all: use LLVM 14 by default

This also adds support for LLVM 14 from Homebrew on MacOS.
This commit is contained in:
Ayke van Laethem
2022-06-26 13:39:09 +02:00
committed by Ron Evans
parent 8a5ab5ab12
commit 873412b43a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ require (
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/tools v0.1.11
gopkg.in/yaml.v2 v2.4.0
tinygo.org/x/go-llvm v0.0.0-20220420140351-512c94c1e71f
tinygo.org/x/go-llvm v0.0.0-20220626113704-45f1e2dbf887
)