Skip to content

Commit

Permalink
16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpav committed Oct 15, 2023
1 parent f02d806 commit 040e6c0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ You need to use the correct branch of `c2ffi` for your version of
LLVM/Clang:

* Anything earlier: *unsupported*
* 11.0.0: branch `llvm-11.0.0` *deprecated*
* 12.0.0: branch `llvm-12.0.0` *deprecated*
* 13.0.0: branch `llvm-13.0.0` *deprecated*
* 14.0.0: branch `llvm-14.0.0` *old*
* 15.0.0: branch `llvm-15.0.0` *current* / beta
* 14.0.0: branch `llvm-14.0.0` *deprecated*
* 15.0.0: branch `llvm-15.0.0` *old*
* 16.0.6: branch `llvm-16.0.0` *current*

Developement will always take place in `llvm-X.Y`, according to the
appropriate version of LLVM. **The *master* branch has been
removed.** Check out the appropriate version for your LLVM.

**For updates:** if you want to expedite the process, and you have a newer
version than supported, posting a ticket *with build log* after having bumped
the LLVM version in `CMakeLists.txt` would be helpful; you may not even need
changed beyond that (feel free to post an PR if this is the case).

`c2ffi` now provides tagged versions as well. To hopefully avoid confusion,
these correlate to the appropriate version of LLVM, along with an additional
release number for c2ffi, e.g.:
Expand Down

0 comments on commit 040e6c0

Please sign in to comment.