Skip to content

Commit c2f6a00

Browse files
committed
[libc++] Allow overriding the cached value of LIBCXX_TEST_CONFIG
1 parent 6454140 commit c2f6a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS})
9696
option(LIBCXX_ENABLE_PARALLEL_ALGORITHMS "Enable the parallel algorithms library. This requires the PSTL to be available." OFF)
9797
option(LIBCXX_TEST_GDB_PRETTY_PRINTERS "Test gdb pretty printers." OFF)
9898
set(LIBCXX_TEST_CONFIG "${CMAKE_CURRENT_SOURCE_DIR}/test/configs/legacy.cfg.in" CACHE STRING
99-
"The Lit testing configuration to use when running the tests." FORCE) # TODO: Stop using 'FORCE' once we can assume all CMake build dirs have been re-generated
99+
"The Lit testing configuration to use when running the tests.")
100100
set(LIBCXX_TEST_PARAMS "" CACHE STRING
101101
"A list of parameters to run the Lit test suite with.")
102102

0 commit comments

Comments
 (0)