tinygo/loader
Ayke van Laethem d396abb690 cgo: add dummy implementation of __builtin_va_list
Every ABI has a slightly different implementation. Ideally, we would use
something like Clang TargetInfo or extract it by compiling some C code
and checking the IR, but this is a useful workaround for now.
2019-04-25 10:48:56 +02:00
..
cgo.go cgo: add dummy implementation of __builtin_va_list 2019-04-25 10:48:56 +02:00
errors.go loader: better error message on import cycles 2019-01-27 10:38:02 +01:00
libclang.go cgo: implement void* pointer type 2019-04-25 10:48:56 +02:00
libclang_config.go all: switch to LLVM 8 2019-03-22 22:55:11 +01:00
libclang_stubs.c loader/libclang: fix CGo-related crash 2019-04-20 10:07:26 +02:00
loader.go cgo: improve diagnostics 2019-04-11 10:11:09 +02:00
ssa.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00
sync.go cgo: make libclang code thread-safe 2019-04-17 11:56:40 +02:00