[libcxx-commits] [libcxx] 9efffe8 - [libc++][NFC] Make private header generation CMake comment more consistent

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 29 11:17:18 PDT 2021


Author: Louis Dionne
Date: 2021-07-29T14:17:04-04:00
New Revision: 9efffe8278723e55b4de89ea05f796b67fb9d54e

URL: https://github.com/llvm/llvm-project/commit/9efffe8278723e55b4de89ea05f796b67fb9d54e
DIFF: https://github.com/llvm/llvm-project/commit/9efffe8278723e55b4de89ea05f796b67fb9d54e.diff

LOG: [libc++][NFC] Make private header generation CMake comment more consistent

Added: 
    

Modified: 
    libcxx/utils/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/CMakeLists.txt b/libcxx/utils/CMakeLists.txt
index 638ea7aa1292..4aefa89a9061 100644
--- a/libcxx/utils/CMakeLists.txt
+++ b/libcxx/utils/CMakeLists.txt
@@ -13,7 +13,7 @@ add_custom_target(libcxx-generate-feature-test-macros
 
 add_custom_target(libcxx-generate-private-header-tests
     COMMAND "${Python3_EXECUTABLE}" "${LIBCXX_SOURCE_DIR}/utils/generate_private_header_tests.py"
-    COMMENT "Generates tests for ensuring detail headers are private")
+    COMMENT "Generate tests for ensuring that detail headers are private.")
 
 add_custom_target(libcxx-generate-files
     DEPENDS libcxx-generate-public-header-transitive-inclusion-tests


        


More information about the libcxx-commits mailing list