aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2024-01-06 13:35:51 +0100
committerRon Evans <[email protected]>2024-01-20 10:50:42 +0100
commit6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b (patch)
tree5b6abc79150e5ac835f0adde664a9e96938165f9 /go.mod
parent9a4bfd0e96391d13f3c2efff231a598577473385 (diff)
downloadtinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.tar.gz
tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.zip
all: switch to LLVM 17 by default
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 9fc8901ba..42a7e5f1c 100644
--- a/go.mod
+++ b/go.mod
@@ -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 (