[libcxx-commits] [libcxx] f4059cc - Partially revert "[runtimes] Use add_lit_testsuite to register lit testsuites"

David Zarzycki via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 6 03:08:30 PST 2021


Author: David Zarzycki
Date: 2021-03-06T06:06:55-05:00
New Revision: f4059cc35267b365005a2002fe4182002401dda6

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

LOG: Partially revert "[runtimes] Use add_lit_testsuite to register lit testsuites"

This partially reverts commit e1173c8794f4942d2cdddb090489ba5a6cc193e8
until we find out why libcxx tests are failing under runtimes build.

Added: 
    

Modified: 
    libcxx/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/test/CMakeLists.txt b/libcxx/test/CMakeLists.txt
index 0892822b943a..61ef4aea3c7f 100644
--- a/libcxx/test/CMakeLists.txt
+++ b/libcxx/test/CMakeLists.txt
@@ -103,7 +103,7 @@ if (LIBCXX_INCLUDE_TESTS)
     DEPENDS cxx ${LIBCXX_TEST_DEPS}
     COMMENT "Builds dependencies required to run the test suite.")
 
-  add_lit_testsuite(check-cxx
+  add_lit_target(check-cxx
     "Running libcxx tests"
     ${CMAKE_CURRENT_BINARY_DIR}
     DEPENDS cxx-test-depends


        


More information about the libcxx-commits mailing list