[Clang] Revert inintentional changes to cmake committed in 33e5db6e0

This commit is contained in:
Corentin Jabot
2024-01-12 10:58:17 +01:00
parent 2adbf254a1
commit 4d467215f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Note that the readability-identifier-naming check is disabled, there are too
# many violations in the codebase and they create too much noise in clang-tidy
# results.
Checks: '-readability-identifier-naming, -misc-include*'
Checks: '-readability-identifier-naming'
InheritParentConfig: true

View File

@@ -647,7 +647,7 @@ if ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
# crash if LLVM is built with GCC and LTO enabled (#57740). Until
# these bugs are fixed, we need to disable dead store eliminations
# based on object lifetime.
# add_flag_if_supported("-fno-lifetime-dse" CMAKE_CXX_FLAGS)
add_flag_if_supported("-fno-lifetime-dse" CMAKE_CXX_FLAGS)
endif ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
# Modules enablement for GCC-compatible compilers: