diff options
author | Ayke van Laethem <[email protected]> | 2024-01-06 13:35:51 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-01-20 10:50:42 +0100 |
commit | 6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b (patch) | |
tree | 5b6abc79150e5ac835f0adde664a9e96938165f9 /go.mod | |
parent | 9a4bfd0e96391d13f3c2efff231a598577473385 (diff) | |
download | tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.tar.gz tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.zip |
all: switch to LLVM 17 by default
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( golang.org/x/sys v0.16.0 golang.org/x/tools v0.17.0 gopkg.in/yaml.v2 v2.4.0 - tinygo.org/x/go-llvm v0.0.0-20231014233752-75a8a9fe6f74 + tinygo.org/x/go-llvm v0.0.0-20240106122909-c2c543540318 ) require ( |