From feef171f762aa205b5f993e127b364f501a4d002 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 7 Jul 2021 09:45:26 -0400 Subject: [PATCH] [libc++] NFC: Fix incorrect comments in CMake --- libcxx/test/CMakeLists.txt | 2 +- libcxxabi/test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/test/CMakeLists.txt b/libcxx/test/CMakeLists.txt index f5f652613937..0252ff42963f 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 385c43eaf2cb..788fd5a448bb 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)