We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 300fe0e + 21491ed commit 164db3aCopy full SHA for 164db3a
llvm/cmake/config-ix.cmake
@@ -510,7 +510,7 @@ set(USE_NO_UNINITIALIZED 0)
510
# false positives.
511
if (CMAKE_COMPILER_IS_GNUCXX)
512
# Disable all -Wuninitialized warning for old GCC versions.
513
- if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12.0)
+ if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15.0)
514
set(USE_NO_UNINITIALIZED 1)
515
else()
516
set(USE_NO_MAYBE_UNINITIALIZED 1)
0 commit comments