[PATCH] D83490: [cmake] Support running compiler-rt tests in CrossWinToARMLinux.cmake
Sergej Jaskiewicz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 16:15:07 PDT 2020
broadwaylamb added a comment.
In D83490#2177256 <https://reviews.llvm.org/D83490#2177256>, @vvereschaka wrote:
> - looks like `ssh.py` arguments have been changed since the diff file was placed. Currently the correct string for `COMPILER_RT_EMULATOR` is the following: ``` set(COMPILER_RT_EMULATOR "\\\"${Python3_EXECUTABLE}\\\" \\\"${LLVM_PROJECT_DIR}/libcxx/utils/ssh.py\\\" --execdir %%T --host ${REMOTE_TEST_USER}@${REMOTE_TEST_HOST} %%t" CACHE STRING "") ```
The usage of this `ssh.py` syntax depends on D83429 <https://reviews.llvm.org/D83429>, which is kind of controversial and probably won't be accepted as is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83490/new/
https://reviews.llvm.org/D83490
More information about the cfe-commits
mailing list