[libc-commits] [libc] c32d695 - Fix typo in CMake error message "LLVM_LIBC_ENABLE_PROJECTS"->"LLVM_ENABLE_PROJECTS" (NFC)
Mehdi Amini via libc-commits
libc-commits at lists.llvm.org
Wed May 20 20:09:18 PDT 2020
Author: Mehdi Amini
Date: 2020-05-21T03:08:47Z
New Revision: c32d695b099109118dbd50dd697fffe23cd9a529
URL: https://github.com/llvm/llvm-project/commit/c32d695b099109118dbd50dd697fffe23cd9a529
DIFF: https://github.com/llvm/llvm-project/commit/c32d695b099109118dbd50dd697fffe23cd9a529.diff
LOG: Fix typo in CMake error message "LLVM_LIBC_ENABLE_PROJECTS"->"LLVM_ENABLE_PROJECTS" (NFC)
Added:
Modified:
libc/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt
index 2e3ba5fafc35..499566370407 100644
--- a/libc/CMakeLists.txt
+++ b/libc/CMakeLists.txt
@@ -26,7 +26,7 @@ if(LLVM_LIBC_ENABLE_LINTING)
add_custom_target(lint-libc)
else()
message(FATAL_ERROR "
- 'clang' and 'clang-tools-extra' are required in LLVM_LIBC_ENABLE_PROJECTS to
+ 'clang' and 'clang-tools-extra' are required in LLVM_ENABLE_PROJECTS to
lint llvm-libc. The linting step performs important checks to help prevent
the introduction of subtle bugs, but it may increase build times.
More information about the libc-commits
mailing list