tinygo/loader
Ayke van Laethem 589569fc35 loader: fix ARM compatibility
The magic CGo construct to turn a C array into a slice turned out to be
not portable.

Note: this is not the only problem, there is also a bug in the Go
bindings for LLVM. With that one fixed, it is possible to build TinyGo
on a Raspberry Pi (32-bit).
2019-01-22 21:16:41 +01:00
..
cgo.go cgo: add package directory to header include paths 2018-12-10 15:38:03 +01:00
errors.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00
libclang.go loader: fix ARM compatibility 2019-01-22 21:16:41 +01:00
loader.go cgo: add package directory to header include paths 2018-12-10 15:38:03 +01:00
ssa.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00