Skip to content

Commit a5a8ff6

Browse files
authored
Update support llvm to 20
1 parent 5968551 commit a5a8ff6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ include(GNUInstallDirs)
6767
## Define supported version of clang and llvm
6868

6969
set(CLANG_MIN_SUPPORTED 13.0)
70-
set(CLANG_MAX_SUPPORTED "19.1.x")
71-
set(CLANG_VERSION_UPPER_BOUND 20.0.0)
70+
set(CLANG_MAX_SUPPORTED "20.1.x")
71+
set(CLANG_VERSION_UPPER_BOUND 21.0.0)
7272
set(LLD_MIN_SUPPORTED 13.0)
73-
set(LLD_MAX_SUPPORTED "19.1.x")
74-
set(LLD_VERSION_UPPER_BOUND 20.0.0)
73+
set(LLD_MAX_SUPPORTED "20.1.x")
74+
set(LLD_VERSION_UPPER_BOUND 21.0.0)
7575
set(LLVM_MIN_SUPPORTED 13.0)
76-
set(LLVM_MAX_SUPPORTED "19.1.x")
77-
set(LLVM_VERSION_UPPER_BOUND 20.0.0)
76+
set(LLVM_MAX_SUPPORTED "20.1.x")
77+
set(LLVM_VERSION_UPPER_BOUND 21.0.0)
7878

7979
## Set Cmake packages search order
8080

0 commit comments

Comments
 (0)