aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-09-22 13:39:51 +0200
committerRon Evans <[email protected]>2022-10-19 22:23:19 +0200
commit2b7f56220210198dc850df7d03017d7908bb119c (patch)
treec6caf479f9afed2d026f828b603b9984406494b6 /go.mod
parent08a51535d43dfc2ee11ec239f87f3321ddd8f469 (diff)
downloadtinygo-2b7f56220210198dc850df7d03017d7908bb119c.tar.gz
tinygo-2b7f56220210198dc850df7d03017d7908bb119c.zip
ci: add support for LLVM 15
This commit switches to LLVM 15 everywhere by default, while still keeping LLVM 14 support.
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 a50f11741..b985effc1 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
golang.org/x/tools v0.1.11
gopkg.in/yaml.v2 v2.4.0
- tinygo.org/x/go-llvm v0.0.0-20220922113433-4b5ad7ff76ec
+ tinygo.org/x/go-llvm v0.0.0-20220922115213-dcb078a26266
)
require (