tinygo/cgo
Ayke van Laethem 320f21524e cgo: slightly improve error messages
Updating them to libclang-13-dev was a good change, but we can go even
further:

  * The suggestion didn't apply to MacOS.
  * The suggestion would need to be updated with every LLVM release,
    which is a maintenance burden.
  * The suggestion is wrong when compiling with `-tags=llvm12` for
    example to choose a different LLVM version.

Therefore, link to the build documentation instead.
2022-03-12 21:17:29 +01:00
..
testdata cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
cgo.go loader: only add Clang header path for CGo 2022-02-12 15:33:06 +01: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: slightly improve error messages 2022-03-12 21:17:29 +01:00
libclang_config_llvm11.go Fix LLVM build constraints 2022-03-11 07:51:44 +01:00
libclang_config_llvm12.go Fix LLVM build constraints 2022-03-11 07:51:44 +01:00
libclang_config_llvm13.go Fix LLVM build constraints 2022-03-11 07:51:44 +01: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