diff options
author | Federico G. Schwindt <[email protected]> | 2022-01-19 23:41:59 +0000 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-01-20 09:29:04 +0100 |
commit | 03d83181caac13eb0703465e5ffdb040a0a2efe1 (patch) | |
tree | e9b0e9e4d9480e620b787497d155fd6cd8adffbc /go.mod | |
parent | 31ee1637dfd275b07f98b56dcb123723942acbe2 (diff) | |
download | tinygo-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |