tinygo/cgo
Ayke van Laethem b347aea450 cgo: fix default LLVM version to LLVM 14
Without extra flags, we would try to use LLVM 13 for cgo and LLVM 14 for
other things since 873412b43a. That isn't
great. So fix this by only using LLVM 14 in the cgo package.
2022-07-04 14:54:39 +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 loader: only add Clang header path for CGo 2022-02-12 15:33:06 +01:00
const.go cgo: implement prefix parsing 2021-05-21 17:54:13 +02:00
const_test.go cgo: implement prefix parsing 2021-05-21 17:54:13 +02:00
libclang.go cgo: refactor 2022-05-06 17:22:22 +02:00
libclang_config_llvm13.go cgo: fix default LLVM version to LLVM 14 2022-07-04 14:54:39 +02:00
libclang_config_llvm14.go cgo: fix default LLVM version to LLVM 14 2022-07-04 14:54:39 +02:00
libclang_stubs.c cgo: slightly improve error messages 2022-03-12 21:17:29 +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