Skip to content

Commit

Permalink
README: update LLVM version and fix Install go command
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Mar 28, 2022
1 parent 2b392e3 commit f055162
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

Native Go bindings for Clang v14 C API.

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).

## Install/Update

```bash
CGO_LDFLAGS="-L`llvm-config --libdir`" \
go install github.com/go-clang/clang-v14/...
```console
CGO_LDFLAGS="-L$(llvm-config --libdir)" \
go install github.com/go-clang/clang-v14@latest
```

## Usage
Expand Down

0 comments on commit f055162

Please sign in to comment.