Skip to content

Commit

Permalink
Add LLVM17 support.
Browse files Browse the repository at this point in the history
Fixes #669
  • Loading branch information
vgvassilev committed Dec 8, 2023
1 parent ed3e7d6 commit 936dcd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
compiler: clang
clang-runtime: '16'

- name: osx-clang-runtime17
os: macos-latest
compiler: clang
clang-runtime: '17'

- name: win-msvc-runtime14
os: windows-latest
compiler: msvc
Expand Down Expand Up @@ -394,6 +399,10 @@ jobs:
clang-runtime: '16'
doc_build: true

- name: ubu22-clang16-runtime17
os: ubuntu-22.04
compiler: clang-16
clang-runtime: '17'
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Clad also provides certain flags to save and print the generated derivative code
- To print the Clad generated derivative: `-Xclang -plugin-arg-clad -Xclang -fdump-derived-fn`

## How to install
At the moment, LLVM/Clang 5.0.x - 16.0.x are supported.
At the moment, LLVM/Clang 5.0.x - 17.0.x are supported.

### Conda Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/internalDocs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ described first.
External Dependencies
---------------------

* Clad now works with clang-5.0 to clang-16
* Clad now works with clang-5.0 to clang-17


Forward Mode & Reverse Mode
Expand Down

0 comments on commit 936dcd2

Please sign in to comment.