tinygo/cgo
Ayke van Laethem 10e1420237 cgo: implement #cgo CFLAGS
This implementation is still very limited but provides a base to build
upon. Limitations:

  * CGO_CFLAGS etc is not taken into account.
  * These CFLAGS are not used in C files compiled with the package.
  * Other flags (CPPFLAGS, LDFAGS, ...) are not yet implemented.
2019-11-25 09:32:03 +01:00
..
testdata cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
cgo.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
cgo_test.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
const.go cgo: implement the constant parser as a real parser 2019-11-05 14:18:38 +01:00
const_test.go cgo: implement the constant parser as a real parser 2019-11-05 14:18:38 +01:00
libclang.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
libclang_config.go all: switch to LLVM 9 2019-11-16 18:44:27 +01:00
libclang_stubs.c all: switch to LLVM 9 2019-11-16 18:44:27 +01: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