[all-commits] [llvm/llvm-project] e44ded: [CMake] Support running libc++abi tests in CrossWi...
Sergej Jaskiewicz via All-commits
all-commits at lists.llvm.org
Fri Jan 10 01:59:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e44dedd3631c20bc4a1e62b68919a11168d39354
https://github.com/llvm/llvm-project/commit/e44dedd3631c20bc4a1e62b68919a11168d39354
Author: Sergej Jaskiewicz <jaskiewiczs at icloud.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[CMake] Support running libc++abi tests in CrossWinToARMLinux cache file
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
More information about the All-commits
mailing list