Skip to content

Commit 566431c

Browse files
committed
[NFC] Improve the comment about std::min_element being constepxr in libstdc++
1 parent e3fa7ee commit 566431c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/modules/HandleLLVMOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if(LLVM_ENABLE_EXPENSIVE_CHECKS)
158158
endif()
159159
add_compile_definitions(EXPENSIVE_CHECKS)
160160

161-
# In some libstdc++ versions, std::min_element is not constexpr when
161+
# In libstdc++ 9 and earlier, std::min_element is not constexpr when
162162
# _GLIBCXX_DEBUG is enabled.
163163
CHECK_CXX_SOURCE_COMPILES("
164164
#define _GLIBCXX_DEBUG

0 commit comments

Comments
 (0)