We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049c437 commit 383ff4eCopy full SHA for 383ff4e
clang/cmake/caches/CrossWinToARMLinux.cmake
@@ -90,7 +90,7 @@ set(RUNTIMES_CMAKE_ARGS "-DCMAKE_SYSTEM_NAME=Linux;-DCMAKE_A
90
# Remote test configuration.
91
if(DEFINED REMOTE_TEST_HOST)
92
set(DEFAULT_TEST_EXECUTOR "SSHExecutor('${REMOTE_TEST_HOST}', '${REMOTE_TEST_USER}')")
93
- set(DEFAULT_TEST_TARGET_INFO "libcxx.test.target_info.LinuxLocalTI")
+ set(DEFAULT_TEST_TARGET_INFO "libcxx.test.target_info.LinuxRemoteTI")
94
95
# Allow override with the custom values.
96
if(NOT DEFINED LIBUNWIND_TARGET_INFO)
0 commit comments