diff options
author | ZauberNerd <[email protected]> | 2022-03-10 18:32:23 +0000 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-03-12 09:31:18 +0100 |
commit | 4cf8ad2bee058e98aaa49fbc36fb24ae220e78d0 (patch) | |
tree | b1d4eb4efa9334c41f3fc66293c9aaef43272729 /cgo/libclang_stubs.c | |
parent | 96c60f9692e947537b707c474e477f0fd4b8c130 (diff) | |
download | tinygo-4cf8ad2bee058e98aaa49fbc36fb24ae220e78d0.tar.gz tinygo-4cf8ad2bee058e98aaa49fbc36fb24ae220e78d0.zip |
Update libclang installation comment to libclang-13-dev
Tinygo bumped the default llvm version to v13 in:
tinygo-org/tinygo@3a4e0c9
Diffstat (limited to 'cgo/libclang_stubs.c')
-rw-r--r-- | cgo/libclang_stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgo/libclang_stubs.c b/cgo/libclang_stubs.c index ce9e164a0..f06eb2c38 100644 --- a/cgo/libclang_stubs.c +++ b/cgo/libclang_stubs.c @@ -3,7 +3,7 @@ // are slightly different from the ones defined in libclang.go, but they // should be ABI compatible. -#include <clang-c/Index.h> // if this fails, install libclang-11-dev +#include <clang-c/Index.h> // if this fails, install libclang-13-dev CXCursor tinygo_clang_getTranslationUnitCursor(CXTranslationUnit tu) { return clang_getTranslationUnitCursor(tu); |