mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Toolchain+Ports: Update LLVM to 16.0.6
This commit is contained in:
parent
5dfe2eb389
commit
941d68ac2d
17 changed files with 99 additions and 96 deletions
|
@ -18,7 +18,7 @@ endif()
|
|||
|
||||
# Check for toolchain mismatch, user might need to rebuild toolchain
|
||||
set(GCC_VERSION "13.1.0")
|
||||
set(LLVM_VERSION "15.0.3")
|
||||
set(LLVM_VERSION "16.0.6")
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(EXPECTED_COMPILER_VERSION "${GCC_VERSION}")
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue