[libcxx-commits] [PATCH] D126478: [runtimes] Officially deprecate the legacy testing configuration system
Vlad Vereschaka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 26 21:44:09 PDT 2022
vvereschaka added a comment.
@ldionne ,
I have checked out our cmake cache for win-to-linux cross builds and I found that we already use the "new-style" test configuration files all libs accordingly: `llvm-libc++-static.cfg.in`, `llvm-libc++abi-static.cfg.in` and `llvm-libunwind-static.cfg.in`. It works fine for the builds currently.
We provide `<lib>_TARGET_INFO=libcxx.test.target_info.LinuxRemoteTI` and `<lib>_EXECUTOR` cmake vars only for these configurations.
Actually, the tests work without `<lib>_TARGET_INFO` also, but because there is still an appropriate parameter I did keep them there just in case.
So, it looks fine for now I guess.
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