Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CMake] Support running libc++abi tests in CrossWinToARMLinux cache file | Sergej Jaskiewicz | 2020-01-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | Summary: Now that D71894 has landed, we're able to run libc++abi tests remotely. For that we can use the same CMake command as before. The tests can be run using `ninja check-cxxabi`. Reviewers: andreil99, vvereschaka, aorlov Reviewed By: vvereschaka, aorlov Subscribers: mgorny, kristof.beyls, ldionne, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72459 | ||||
* | [CMake] Added remote test execution support into CrossWinToARMLinux CMake ↵ | Vladimir Vereschaka | 2019-12-29 | 1 | -1/+29 |
| | | | | | | | | | | | | cache file. Added two confguration argument to provide a host name and SSH user name to run the tests on the remote target host. * REMOTE_TEST_HOST - remote host name or address. * REMOTE_TEST_USER - passwordless SSH account name. Differential Revision: https://reviews.llvm.org/D71625 | ||||
* | [CMake] Fix the path to CrossWinToARMLinux.cmake CMake cache. | Vladimir Vereschaka | 2019-11-20 | 1 | -1/+1 |
| | | | | | | | | The comment was slightly misleading. Behalf: broadwaylamb (Sergej Jaskiewicz) Differential Revision: https://reviews.llvm.org/D70499 | ||||
* | [CMake] Add cross Windows to ARM Linux toolchain CMake cache file. | Vladimir Vereschaka | 2019-11-01 | 1 | -0/+109 |
This cache file can be used to build a cross Windows to ARM Linux toolchain. Differential Revision: https://reviews.llvm.org/D69651 |