all: add support for Go 1.17

This commit is contained in:
Ayke van Laethem
2021-08-14 15:35:19 +02:00
committed by Ron Evans
parent d45497691f
commit 8e88e560a1
6 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
// Version of the compiler pacakge. Must be incremented each time the compiler
// package changes in a way that affects the generated LLVM module.
// This version is independent of the TinyGo version number.
const Version = 16 // last change: fix max slice size
const Version = 17 // last change: add math.arch* aliases
func init() {
llvm.InitializeAllTargets()