Skip to content

Commit 164db3a

Browse files
SC llvm teamSC llvm team
authored andcommitted
Merge llvm/main into amd-debug
2 parents 300fe0e + 21491ed commit 164db3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ set(USE_NO_UNINITIALIZED 0)
510510
# false positives.
511511
if (CMAKE_COMPILER_IS_GNUCXX)
512512
# Disable all -Wuninitialized warning for old GCC versions.
513-
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12.0)
513+
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15.0)
514514
set(USE_NO_UNINITIALIZED 1)
515515
else()
516516
set(USE_NO_MAYBE_UNINITIALIZED 1)

0 commit comments

Comments
 (0)