aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorFederico G. Schwindt <[email protected]>2022-01-19 23:41:59 +0000
committerRon Evans <[email protected]>2022-01-20 09:29:04 +0100
commit03d83181caac13eb0703465e5ffdb040a0a2efe1 (patch)
treee9b0e9e4d9480e620b787497d155fd6cd8adffbc /go.mod
parent31ee1637dfd275b07f98b56dcb123723942acbe2 (diff)
downloadtinygo-03d83181caac13eb0703465e5ffdb040a0a2efe1.tar.gz
tinygo-03d83181caac13eb0703465e5ffdb040a0a2efe1.zip
Bump go-llvm to support llvm12 and 13 under macos
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 7e7264c16..51bddff50 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-20220114195835-da31bd327af9
golang.org/x/tools v0.1.6-0.20210813165731-45389f592fe9
- tinygo.org/x/go-llvm v0.0.0-20211230181020-1ddc904f6bf6
+ tinygo.org/x/go-llvm v0.0.0-20220119143719-a55dfcdd0c2b
)