all: rename go-llvm to new import path

the new import path is:

    tinygo.org/x/go-llvm
This commit is contained in:
Ayke van Laethem
2019-01-27 19:24:37 +01:00
parent e6d90d89fa
commit 9092dbcc53
19 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"go/token"
"go/types"
"github.com/aykevl/go-llvm"
"tinygo.org/x/go-llvm"
"github.com/aykevl/tinygo/ir"
"golang.org/x/tools/go/ssa"
)