mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
Toolchain: Update LLVM to 15.0.3
This commit is contained in:
parent
9ad6031bca
commit
e5e7ea90b1
4 changed files with 13 additions and 11 deletions
|
@ -18,7 +18,7 @@ endif()
|
|||
|
||||
# Check for toolchain mismatch, user might need to rebuild toolchain
|
||||
set(GCC_VERSION "12.2.0")
|
||||
set(LLVM_VERSION "15.0.0")
|
||||
set(LLVM_VERSION "15.0.3")
|
||||
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