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.sum | |
parent | 9a4bfd0e96391d13f3c2efff231a598577473385 (diff) | |
download | tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.tar.gz tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.zip |
all: switch to LLVM 17 by default
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,5 +69,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= -tinygo.org/x/go-llvm v0.0.0-20231014233752-75a8a9fe6f74 h1:tW8XhLI9gUZLL+2pG0HYb5dc6bpMj1aqtESpizXPnMY= -tinygo.org/x/go-llvm v0.0.0-20231014233752-75a8a9fe6f74/go.mod h1:GFbusT2VTA4I+l4j80b17KFK+6whv69Wtny5U+T8RR0= +tinygo.org/x/go-llvm v0.0.0-20240106122909-c2c543540318 h1:4KjZvPtcN1UwobevcGbdzeinx0L1i8HDdJu84bu7NI8= +tinygo.org/x/go-llvm v0.0.0-20240106122909-c2c543540318/go.mod h1:GFbusT2VTA4I+l4j80b17KFK+6whv69Wtny5U+T8RR0= |