main: update go-llvm to fix macOS build problem

This commit is contained in:
Ayke van Laethem
2020-05-04 01:02:59 +02:00
committed by Ron Evans
parent 23e88bfb15
commit d0b2585e82
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ require (
go.bug.st/serial v1.0.0
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2
google.golang.org/appengine v1.4.0 // indirect
tinygo.org/x/go-llvm v0.0.0-20200401165421-8d120882fc7a
tinygo.org/x/go-llvm v0.0.0-20200503225853-345b2947b59d
)