main: use LLVM 11 by default when linking LLVM dynamically

This doesn't affect the release builds but it is helpful for TinyGo
developers.
This commit is contained in:
Ayke van Laethem
2021-01-16 19:04:23 +01:00
committed by Ron Evans
parent a867b56e5f
commit a90865506d
5 changed files with 24 additions and 24 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-20201104183921-570e7a6841d9
tinygo.org/x/go-llvm v0.0.0-20210116180121-1bbb341ef8d0
)