From 4624367e8ad4650bc3d08707e8caa1c374a0e0f8 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 29 Apr 2025 12:01:30 +0200 Subject: [PATCH] docs: update TODO comment with issue link for clang-20.2 workaround --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 7f2b2b11..76a4cd75 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -156,7 +156,7 @@ target_compile_definitions( ${projectPrefix}HOSTED=$> ) -# TODO remove this hack when clang-20.2 is released +# https://github.com/llvm/llvm-project/issues/131410 if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 20 AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 20.2 )