main: update go-llvm to fix LLVM build tags for Linux

This should make TinyGo buildable again on Darwin with a Homebrew
installed LLVM.
This commit is contained in:
Ayke van Laethem
2020-11-04 19:55:35 +01:00
committed by Ron Evans
parent 77c70d2758
commit 163df7670a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
)