fix export math functions issue

This commit is contained in:
learnforpractice
2021-10-03 09:27:33 +08:00
committed by Ayke
parent 2b453db4da
commit 04040453b4
2 changed files with 4 additions and 1 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 = 19 // last change: fix channel ops with zero values
const Version = 20 // last change: fix export math functions issue
func init() {
llvm.InitializeAllTargets()