[all-commits] [llvm/llvm-project] 801627: [CMake] Explicitly specify paths to libc++abi in C...
Sergej Jaskiewicz via All-commits
all-commits at lists.llvm.org
Mon Feb 17 04:24:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 801627ee490e1106380184256503dbd520c5f802
https://github.com/llvm/llvm-project/commit/801627ee490e1106380184256503dbd520c5f802
Author: Sergej Jaskiewicz <jaskiewiczs at icloud.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[CMake] Explicitly specify paths to libc++abi in CrossWinToARMLinux.cmake
Summary:
D69169, which was necessary for running libc++ tests on remote host, got reverted. I couldn't think of a less invasive way to achieve this behavior but specify libc++abi paths in our cache file.
Reviewers: vvereschaka, aorlov, andreil99, EricWF
Reviewed By: vvereschaka
Subscribers: mgorny, kristof.beyls, ldionne, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D74347
More information about the All-commits
mailing list