[libcxx-commits] [PATCH] D71894: [libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shared version is present
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 14 11:53:01 PST 2020
phosek added inline comments.
================
Comment at: libcxxabi/CMakeLists.txt:99
+
+option(LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX
+ "Whether the libc++abi tests should link with the shared libc++ library"
----------------
Have you considered using `cmake_dependent_option`? That way you don't need to do the validation below yourself.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71894/new/
https://reviews.llvm.org/D71894
More information about the libcxx-commits
mailing list