summaryrefslogtreecommitdiffstats
path: root/clang/cmake/caches/CrossWinToARMLinux.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Support running libc++abi tests in CrossWinToARMLinux cache fileSergej Jaskiewicz2020-01-101-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 Vereschaka2019-12-291-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 Vereschaka2019-11-201-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 Vereschaka2019-11-011-0/+109
This cache file can be used to build a cross Windows to ARM Linux toolchain. Differential Revision: https://reviews.llvm.org/D69651
OpenPOWER on IntegriCloud