Move to my own fork of LLVM

This commit is contained in:
Ayke van Laethem
2018-06-07 13:20:09 +02:00
parent 1eccae287b
commit 8df220a53b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,10 +13,10 @@ import (
"sort"
"strings"
"github.com/aykevl/llvm/bindings/go/llvm"
"golang.org/x/tools/go/loader"
"golang.org/x/tools/go/ssa"
"golang.org/x/tools/go/ssa/ssautil"
"llvm.org/llvm/bindings/go/llvm"
)
func init() {