1
Fork 0
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:
Tim Schumacher 2022-10-20 16:34:03 +02:00 committed by Linus Groh
parent 9ad6031bca
commit e5e7ea90b1
4 changed files with 13 additions and 11 deletions

View file

@ -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()