diff options
author | Ayke van Laethem <[email protected]> | 2018-09-29 00:01:51 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-09-30 15:10:04 +0200 |
commit | f107a24b7283abdfbdcb236ec0268e0447913a06 (patch) | |
tree | b586396a17da82e59f5958a5395881954fdfba94 /main.go | |
parent | 5c79a93c85cbe1e46ba2781f7ae0bec904994cf5 (diff) | |
download | tinygo-f107a24b7283abdfbdcb236ec0268e0447913a06.tar.gz tinygo-f107a24b7283abdfbdcb236ec0268e0447913a06.zip |
all: use LLVM library provided by the system
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |