[libcxx-commits] [libcxx] feef171 - [libc++] NFC: Fix incorrect comments in CMake

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 06:45:37 PDT 2021


Author: Louis Dionne
Date: 2021-07-07T09:45:32-04:00
New Revision: feef171f762aa205b5f993e127b364f501a4d002

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

LOG: [libc++] NFC: Fix incorrect comments in CMake

Added: 
    

Modified: 
    libcxx/test/CMakeLists.txt
    libcxxabi/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/test/CMakeLists.txt b/libcxx/test/CMakeLists.txt
index f5f6526139379..0252ff42963ff 100644
--- a/libcxx/test/CMakeLists.txt
+++ b/libcxx/test/CMakeLists.txt
@@ -122,7 +122,7 @@ if (NOT DEFINED LIBCXX_TEST_DEPS)
 endif()
 
 if (LIBCXX_INCLUDE_TESTS)
-  include(AddLLVM) # for configure_lit_site_cfg and add_lit_target
+  include(AddLLVM) # for configure_lit_site_cfg and add_lit_testsuite
 
   configure_lit_site_cfg(
     "${LIBCXX_TEST_CONFIG}"

diff  --git a/libcxxabi/test/CMakeLists.txt b/libcxxabi/test/CMakeLists.txt
index 385c43eaf2cb9..788fd5a448bb2 100644
--- a/libcxxabi/test/CMakeLists.txt
+++ b/libcxxabi/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-include(AddLLVM) # for configure_lit_site_cfg and add_lit_target
+include(AddLLVM) # for configure_lit_site_cfg and add_lit_testsuite
 macro(pythonize_bool var)
   if (${var})
     set(${var} True)


        


More information about the libcxx-commits mailing list