aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo/libclang_stubs.c
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2021-10-31 01:30:17 +0200
committerRon Evans <[email protected]>2021-10-31 10:44:17 +0100
commit90076f9401ff5bc6572e6f932d7fa937049d628f (patch)
treea31ff7eb46486b503904816954eb61e07fa1c7ac /cgo/libclang_stubs.c
parentafd49e7cdd358eda85a7fcf615d768ecf04d62ce (diff)
downloadtinygo-90076f9401ff5bc6572e6f932d7fa937049d628f.tar.gz
tinygo-90076f9401ff5bc6572e6f932d7fa937049d628f.zip
all: drop support for LLVM 10
Diffstat (limited to 'cgo/libclang_stubs.c')
-rw-r--r--cgo/libclang_stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgo/libclang_stubs.c b/cgo/libclang_stubs.c
index 293ca6026..ce9e164a0 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-10-dev
+#include <clang-c/Index.h> // if this fails, install libclang-11-dev
CXCursor tinygo_clang_getTranslationUnitCursor(CXTranslationUnit tu) {
return clang_getTranslationUnitCursor(tu);