[PATCH] D134650: [runtimes] Remove all traces of the legacy testing configuration system
Vlad Vereschaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 20:15:14 PDT 2022
vvereschaka added inline comments.
================
Comment at: clang/cmake/caches/CrossWinToARMLinux.cmake:163
set(RUNTIMES_${TOOLCHAIN_TARGET_TRIPLE}_COMPILER_RT_EMULATOR
"\\\"${Python3_EXECUTABLE}\\\" \\\"${LLVM_PROJECT_DIR}/llvm/utils/remote-exec.py\\\" --execdir %%T --exec-pattern='.*\\.c.*\\.tmp.*' --host=${REMOTE_TEST_USER}@${REMOTE_TEST_HOST}"
CACHE STRING "")
----------------
@ldionne `%%T` must be replaced with `%T` for some reason; otherwise we get the errors during test execution with these differential changes. Everything else works fine. Thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134650/new/
https://reviews.llvm.org/D134650
More information about the cfe-commits
mailing list