Skip to content

Commit c7ae174

Browse files
author
kr-2003
committed
llvm version fix
1 parent c172f40 commit c7ae174

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
@@ -72,22 +72,22 @@ if (CPPINTEROP_USE_CLING)
7272
else()
7373
set(CLANG_MIN_SUPPORTED 16.0)
7474
endif(CPPINTEROP_USE_CLING)
75-
set(CLANG_MAX_SUPPORTED "21.1.x")
76-
set(CLANG_VERSION_UPPER_BOUND 22.0.0)
75+
set(CLANG_MAX_SUPPORTED "20.1.x")
76+
set(CLANG_VERSION_UPPER_BOUND 21.0.0)
7777
if (CPPINTEROP_USE_CLING)
7878
set(LLD_MIN_SUPPORTED 18.0)
7979
else()
8080
set(LLD_MIN_SUPPORTED 16.0)
8181
endif(CPPINTEROP_USE_CLING)
82-
set(LLD_MAX_SUPPORTED "21.1.x")
83-
set(LLD_VERSION_UPPER_BOUND 22.0.0)
82+
set(LLD_MAX_SUPPORTED "20.1.x")
83+
set(LLD_VERSION_UPPER_BOUND 21.0.0)
8484
if (CPPINTEROP_USE_CLING)
8585
set(LLVM_MIN_SUPPORTED 18.0)
8686
else()
8787
set(LLVM_MIN_SUPPORTED 16.0)
8888
endif(CPPINTEROP_USE_CLING)
89-
set(LLVM_MAX_SUPPORTED "21.1.x")
90-
set(LLVM_VERSION_UPPER_BOUND 22.0.0)
89+
set(LLVM_MAX_SUPPORTED "20.1.x")
90+
set(LLVM_VERSION_UPPER_BOUND 21.0.0)
9191

9292
## Set Cmake packages search order
9393

0 commit comments

Comments
 (0)