diff options
author | Ayke van Laethem <[email protected]> | 2022-09-22 13:39:51 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-10-19 22:23:19 +0200 |
commit | 2b7f56220210198dc850df7d03017d7908bb119c (patch) | |
tree | c6caf479f9afed2d026f828b603b9984406494b6 /go.mod | |
parent | 08a51535d43dfc2ee11ec239f87f3321ddd8f469 (diff) | |
download | tinygo-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ( |