Skip to content

Commit 8c2fee2

Browse files
committed
main: update go-llvm to fix macOS build problem
1 parent 23e88bf commit 8c2fee2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ require (
99
go.bug.st/serial v1.0.0
1010
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2
1111
google.golang.org/appengine v1.4.0 // indirect
12-
tinygo.org/x/go-llvm v0.0.0-20200401165421-8d120882fc7a
12+
tinygo.org/x/go-llvm v0.0.0-20200503224713-7423bdafa2f9
1313
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ tinygo.org/x/go-llvm v0.0.0-20200226165415-53522ab6713d h1:mtgZh/e8a3wxneQFuLXoQ
5757
tinygo.org/x/go-llvm v0.0.0-20200226165415-53522ab6713d/go.mod h1:fv1F0BSNpxMfCL0zF3M4OPFbgYHnhtB6ST0HvUtu/LE=
5858
tinygo.org/x/go-llvm v0.0.0-20200401165421-8d120882fc7a h1:Ugje2Lxuv8CFncHzs5W+hWfJvPsM+W4K0zRvzFbLvoE=
5959
tinygo.org/x/go-llvm v0.0.0-20200401165421-8d120882fc7a/go.mod h1:fv1F0BSNpxMfCL0zF3M4OPFbgYHnhtB6ST0HvUtu/LE=
60+
tinygo.org/x/go-llvm v0.0.0-20200503224713-7423bdafa2f9 h1:KFfF504tThsZPhscpC9W1INMVce1MLv/pIVcT4R9vZE=
61+
tinygo.org/x/go-llvm v0.0.0-20200503224713-7423bdafa2f9/go.mod h1:fv1F0BSNpxMfCL0zF3M4OPFbgYHnhtB6ST0HvUtu/LE=

0 commit comments

Comments
 (0)