Skip to content

Commit 4d46721

Browse files
committed
[Clang] Revert inintentional changes to cmake committed in 33e5db6
1 parent 2adbf25 commit 4d46721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note that the readability-identifier-naming check is disabled, there are too
22
# many violations in the codebase and they create too much noise in clang-tidy
33
# results.
4-
Checks: '-readability-identifier-naming, -misc-include*'
4+
Checks: '-readability-identifier-naming'
55
InheritParentConfig: true

llvm/cmake/modules/HandleLLVMOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ if ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
647647
# crash if LLVM is built with GCC and LTO enabled (#57740). Until
648648
# these bugs are fixed, we need to disable dead store eliminations
649649
# based on object lifetime.
650-
# add_flag_if_supported("-fno-lifetime-dse" CMAKE_CXX_FLAGS)
650+
add_flag_if_supported("-fno-lifetime-dse" CMAKE_CXX_FLAGS)
651651
endif ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
652652

653653
# Modules enablement for GCC-compatible compilers:

0 commit comments

Comments
 (0)