tinygo/cgo
Ayke van Laethem b40f250530 main: add initial support for (in-development) LLVM 11
This can be useful to test improvements in LLVM master and to make it
possible to support LLVM 11 for the most part already before the next
release. That also allows catching LLVM bugs early to fix them upstream.

Note that tests do not yet pass for this LLVM version, but the TinyGo
compiler can be built with the binaries from apt.llvm.org (at the time
of making this commit).
2020-10-13 20:23:50 +02:00
..
testdata cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
cgo.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
cgo_test.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02: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 cgo: use scanner.Error in libclang 2020-06-08 19:54:41 +02:00
libclang_config.go main: add initial support for (in-development) LLVM 11 2020-10-13 20:23:50 +02:00
libclang_config_llvm9.go main: switch to LLVM 10 2020-04-09 20:23:51 +02:00
libclang_config_llvm11.go main: add initial support for (in-development) LLVM 11 2020-10-13 20:23:50 +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