We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b392e3 commit f055162Copy full SHA for f055162
README.md
@@ -5,13 +5,13 @@
5
6
Native Go bindings for Clang v14 C API.
7
8
-Currently, generated from [llvm@14.0.0-rc4](https://github.com/llvm/llvm-project/tree/llvmorg-14.0.0-rc4).
+Generated from [llvmorg-14.0.0](https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.0).
9
10
## Install/Update
11
12
-```bash
13
-CGO_LDFLAGS="-L`llvm-config --libdir`" \
14
- go install github.com/go-clang/clang-v14/...
+```console
+CGO_LDFLAGS="-L$(llvm-config --libdir)" \
+ go install github.com/go-clang/clang-v14@latest
15
```
16
17
## Usage
0 commit comments