llvm-project/libcxx/test
Sergej Jaskiewicz 41f4dfd63e [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH
Summary:
The `LIBCXX_CXX_ABI_LIBRARY_PATH` CMake variable is cached once in
libcxx/cmake/Modules/HandleLibCXXABI.cmake in the `setup_abi_lib` macro,
and then cached again in libcxx/test/CMakeLists.txt. There, if it is
not set to a value, it is by default set to `LIBCXX_LIBRARY_DIR`.

However, this new value is not actually cached, because the old (empty)
value has been already cached. Use the `FORCE` CMake flag so that it
is saved to the cache.

This should not break anything, because the code changed here previously
had no effect, when it should have.

Reviewers: jroelofs, bcraig, ldionne, EricWF, mclow.lists, vvereschaka, eastig

Reviewed By: vvereschaka

Subscribers: mgorny, christof, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D69169
2020-01-10 12:56:43 +03:00
..
libcxx [libcxx] Fix include paths in fuzzing/partial_sort.pass.cpp 2019-12-17 11:48:19 +00:00
pretty_printers Make libc++ gdb pretty printer Python 3 compatible 2019-10-04 04:47:33 +00:00
std [libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by P0357R3) 2020-01-08 16:46:55 -08:00
support [libc++] Update feature list for NetBSD 2019-12-20 17:50:47 +01:00
CMakeLists.txt [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH 2020-01-10 12:56:43 +03:00
lit.cfg Move libcxx/test/libcxx python package into libcxx/utils/libcxx. 2017-02-09 23:18:11 +00:00
lit.site.cfg.in [libcxx] Codesign test executables if necessary 2019-09-05 21:24:23 +00:00
nothing_to_do.pass.cpp force the bots to cycle 2019-05-09 02:34:37 +00:00