Skip to content

Commit ee522b6

Browse files
Bump tooling clang version to 16 for cmake build (#10756)
1 parent 03ea37e commit ee522b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang.toolchain

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -UNDEBUG" CACHE STRI
1414

1515
set(ENV{CC} clang-16)
1616
set(ENV{CXX} clang++-16)
17+
18+
+set(REQUIRED_LLVM_TOOLING_VERSION 16)

0 commit comments

Comments
 (0)