[libcxx-commits] [PATCH] D126478: [runtimes] Officially deprecate the legacy testing configuration system
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 26 12:07:49 PDT 2022
ldionne added a comment.
In D126478#3540747 <https://reviews.llvm.org/D126478#3540747>, @vvereschaka wrote:
> Hi @ldionne. Got it, thank you! I'll check our cmake cache file out and remove any deprecated variables.
FWIW, my expectation is that you would need a special configuration file to run your tests, and you'd configure CMake with something like:
-DLIBCXX_TEST_CONFIG="cross-win-linux.cfg.in" \
-DLIBCXXABI_TEST_CONFIG="cross-win-linux.cfg.in" \
-DLIBUNWIND_TEST_CONFIG="cross-win-linux.cfg.in"
Where `cross-win-linux.cfg.in` can be based on `libcxx/test/configs/llvm-libc++-shared.cfg.in` (and similarly for libc++abi and libunwind).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126478/new/
https://reviews.llvm.org/D126478
More information about the libcxx-commits
mailing list