forked from OSchip/llvm-project
[CMake] Update Cmake cache file for Win to ARM Linux cross builds. NFC
Workaround to fix broken remote execution for the libunwind tests. https://reviews.llvm.org/D112082
This commit is contained in:
parent
6be36fd794
commit
efa5cadcf7
|
@ -156,6 +156,9 @@ if(DEFINED REMOTE_TEST_HOST)
|
|||
if(NOT DEFINED LIBUNWIND_EXECUTOR)
|
||||
set(LIBUNWIND_EXECUTOR "${DEFAULT_TEST_EXECUTOR}" CACHE STRING "")
|
||||
endif()
|
||||
#NOTE: temporary workaround to fix the remote execution for libunwind tests.
|
||||
# https://reviews.llvm.org/D112082
|
||||
set(LIBUNWIND_TEST_CONFIG "${LLVM_PROJECT_DIR}/libunwind/test/lit.site.cfg.in" CACHE PATH "")
|
||||
if(NOT DEFINED LIBCXXABI_TARGET_INFO)
|
||||
set(LIBCXXABI_TARGET_INFO "${DEFAULT_TEST_TARGET_INFO}" CACHE STRING "")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue