Skip to content

Commit 383ff4e

Browse files
committed
[CMake] Use LinuxRemoteTI instead of LinuxLocalTI in CrossWinToARMLinux cmake cache
Summary: Depends on D72847 Reviewers: vvereschaka, aorlov, andreil99 Reviewed By: vvereschaka Subscribers: mgorny, kristof.beyls, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72850
1 parent 049c437 commit 383ff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/CrossWinToARMLinux.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ set(RUNTIMES_CMAKE_ARGS "-DCMAKE_SYSTEM_NAME=Linux;-DCMAKE_A
9090
# Remote test configuration.
9191
if(DEFINED REMOTE_TEST_HOST)
9292
set(DEFAULT_TEST_EXECUTOR "SSHExecutor('${REMOTE_TEST_HOST}', '${REMOTE_TEST_USER}')")
93-
set(DEFAULT_TEST_TARGET_INFO "libcxx.test.target_info.LinuxLocalTI")
93+
set(DEFAULT_TEST_TARGET_INFO "libcxx.test.target_info.LinuxRemoteTI")
9494

9595
# Allow override with the custom values.
9696
if(NOT DEFINED LIBUNWIND_TARGET_INFO)

0 commit comments

Comments
 (0)