forked from OSchip/llvm-project
[CMake] Update cache file for Win to ARM Linux cross toolchain builders. NFC.
Do not specify the execution directory in the remote execution script command line for the compiler-rt builtin library tests. There is a single execution file tests within the single directory. No need to pack all of them every time, just run one by one.
This commit is contained in:
parent
20e1efcfe1
commit
3af06c7298
|
@ -160,7 +160,7 @@ if(DEFINED REMOTE_TEST_HOST)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(RUNTIMES_${TOOLCHAIN_TARGET_TRIPLE}_COMPILER_RT_EMULATOR
|
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}"
|
"\\\"${Python3_EXECUTABLE}\\\" \\\"${LLVM_PROJECT_DIR}/llvm/utils/remote-exec.py\\\" --host=${REMOTE_TEST_USER}@${REMOTE_TEST_HOST}"
|
||||||
CACHE STRING "")
|
CACHE STRING "")
|
||||||
|
|
||||||
set(RUNTIMES_${TOOLCHAIN_TARGET_TRIPLE}_LIBUNWIND_EXECUTOR "${DEFAULT_TEST_EXECUTOR}" CACHE STRING "")
|
set(RUNTIMES_${TOOLCHAIN_TARGET_TRIPLE}_LIBUNWIND_EXECUTOR "${DEFAULT_TEST_EXECUTOR}" CACHE STRING "")
|
||||||
|
|
Loading…
Reference in New Issue