tinygo/cgo
Ayke van Laethem 0afd42c439 main: switch to LLVM 10
This commit also adds a bit of version independence, in particular for
external commands. It also adds the LLVM version to the `tinygo version`
command, which might help while debugging.
2020-04-09 20:23:51 +02:00
..
testdata cgo: make -I and -L paths absolute 2020-03-17 20:43:28 +01:00
cgo.go all: include picolibc for bare metal targets 2020-03-22 17:14:59 +01:00
cgo_test.go cgo: add support for symbols 2020-01-03 23:44:58 +01:00
const.go cgo: fix a bug in number tokenization 2020-01-03 23:44:58 +01:00
const_test.go cgo: fix a bug in number tokenization 2020-01-03 23:44:58 +01:00
libclang.go main: switch to LLVM 10 2020-04-09 20:23:51 +02:00
libclang_config.go main: switch to LLVM 10 2020-04-09 20:23:51 +02:00
libclang_config_llvm9.go main: switch to LLVM 10 2020-04-09 20:23:51 +02:00
libclang_stubs.c main: switch to LLVM 10 2020-04-09 20:23:51 +02:00
security.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
security_test.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
sync.go cgo: refactor; support multiple cgo files in a single package 2019-05-12 10:49:15 +02:00