From 0c90bdaab592f04fa547f69f77ca1e2ead96b35e Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Sat, 30 Dec 2023 11:57:56 +0000 Subject: [PATCH] Change first supported version to 7.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd13047f4..4b05524a2 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 - 17.0.x are supported. +At the moment, LLVM/Clang 7.0.x - 17.0.x are supported. ### Conda Installation