aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2021-12-29 12:10:58 +0000
committerRon Evans <[email protected]>2021-12-29 16:53:25 +0100
commitd0633f6228652989d4a3d6dce1999437150aaa18 (patch)
treedd5a7143f46e41a7135b79fc65d6b0765d5bfc75 /go.mod
parentd46933abf2566827ffbd75e4cfa21c9e8652a474 (diff)
downloadtinygo-d0633f6228652989d4a3d6dce1999437150aaa18.tar.gz
tinygo-d0633f6228652989d4a3d6dce1999437150aaa18.zip
all: go-llvm that defaults to llvm-12
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 c4eb799f9..329b180b2 100644
--- a/go.mod
+++ b/go.mod
@@ -14,5 +14,5 @@ require (
go.bug.st/serial v1.1.3
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
golang.org/x/tools v0.1.6-0.20210813165731-45389f592fe9
- tinygo.org/x/go-llvm v0.0.0-20210907125547-fd2d62ea06be
+ tinygo.org/x/go-llvm v0.0.0-20211229125312-df8bd725853c
)