aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-29 00:01:51 +0200
committerAyke van Laethem <[email protected]>2018-09-30 15:10:04 +0200
commitf107a24b7283abdfbdcb236ec0268e0447913a06 (patch)
treeb586396a17da82e59f5958a5395881954fdfba94 /main.go
parent5c79a93c85cbe1e46ba2781f7ae0bec904994cf5 (diff)
downloadtinygo-f107a24b7283abdfbdcb236ec0268e0447913a06.tar.gz
tinygo-f107a24b7283abdfbdcb236ec0268e0447913a06.zip
all: use LLVM library provided by the system
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 25b43d110..ee1bb5fc5 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
- "github.com/aykevl/llvm/bindings/go/llvm"
+ "github.com/aykevl/go-llvm"
"github.com/aykevl/tinygo/compiler"
)