aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-08-02 13:35:07 +0200
committerRon Evans <[email protected]>2022-08-04 14:31:54 +0200
commitb6d6efde072d610a5bc19a26686d2661621c32ed (patch)
treeadff60edf077b5dddebfb962e2ef3c8efaf8e8ce /go.mod
parent8b67282f9120c6276a9f52f4bb406aa3f5a9e41c (diff)
downloadtinygo-b6d6efde072d610a5bc19a26686d2661621c32ed.tar.gz
tinygo-b6d6efde072d610a5bc19a26686d2661621c32ed.zip
all: remove support for LLVM 13
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 8afa98bc0..758185d2b 100644
--- a/go.mod
+++ b/go.mod
@@ -15,5 +15,5 @@ require (
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/tools v0.1.11
gopkg.in/yaml.v2 v2.4.0
- tinygo.org/x/go-llvm v0.0.0-20220626113704-45f1e2dbf887
+ tinygo.org/x/go-llvm v0.0.0-20220802112859-5bb0b77907a7
)