diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 488f583ef..432ad08e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: diff --git a/README.md b/README.md index 03efa06ac..bd13047f4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/internalDocs/ReleaseNotes.md b/docs/internalDocs/ReleaseNotes.md index 4d2b1aa0a..c210c56ec 100644 --- a/docs/internalDocs/ReleaseNotes.md +++ b/docs/internalDocs/ReleaseNotes.md @@ -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