diff options
author | Ayke van Laethem <[email protected]> | 2020-11-04 19:55:35 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-11-09 18:45:37 +0100 |
commit | 163df7670a21ad3b70acbc0820f857c0fb53461e (patch) | |
tree | c52cfea9c03e99d14903132e4eb0b7a2a4a5b1d2 /go.mod | |
parent | 77c70d27580492115ac254364e9511de3f58d7d8 (diff) | |
download | tinygo-163df7670a21ad3b70acbc0820f857c0fb53461e.tar.gz tinygo-163df7670a21ad3b70acbc0820f857c0fb53461e.zip |
main: update go-llvm to fix LLVM build tags for Linux
This should make TinyGo buildable again on Darwin with a Homebrew
installed LLVM.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ require ( github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892 go.bug.st/serial v1.0.0 golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 - tinygo.org/x/go-llvm v0.0.0-20200503224449-70c558526021 + tinygo.org/x/go-llvm v0.0.0-20201104183921-570e7a6841d9 ) |