tinygo/cgo
Ayke van Laethem 5c23f6fb6c all: remove support for LLVM 11 and LLVM 12
This removes a lot of backwards compatibility cruft and makes it
possible to start using features that need LLVM 13 or newer.
For example:

  * https://github.com/tinygo-org/tinygo/pull/2637
  * https://github.com/tinygo-org/tinygo/pull/2830
2022-05-07 17:15:35 +02:00
..
testdata cgo: refactor 2022-05-06 17:22:22 +02:00
cgo.go cgo: refactor 2022-05-06 17:22:22 +02:00
cgo_test.go
const.go
const_test.go
libclang.go cgo: refactor 2022-05-06 17:22:22 +02:00
libclang_config_llvm13.go all: remove support for LLVM 11 and LLVM 12 2022-05-07 17:15:35 +02:00
libclang_config_llvm14.go all: update to LLVM 14 2022-04-23 08:45:46 +02:00
libclang_stubs.c cgo: slightly improve error messages 2022-03-12 21:17:29 +01:00
security.go
security_test.go
sync.go