Skip to content

Commit

Permalink
Update README with LLVM 15
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Dec 12, 2022
1 parent 8341240 commit e80bc42
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ This library provides bindings to a system-installed LLVM.

Currently supported:

* LLVM 14 from [apt.llvm.org](http://apt.llvm.org/) on Debian/Ubuntu.
* LLVM 14 from Homebrew on macOS.
* LLVM 15 and 14 from [apt.llvm.org](http://apt.llvm.org/) on Debian/Ubuntu.
* LLVM 15 and 14 from Homebrew on macOS.
* LLVM 15 with a manually built LLVM through the `byollvm` build tag. You
need to set up `CFLAGS`/`LDFLAGS` etc yourself in this case.

You can select the LLVM version using a build tag, for example `-tags=llvm14`
to use LLVM 14.

## Usage

Expand Down

0 comments on commit e80bc42

Please sign in to comment.