mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Revert "[CMake] Use COMPILER_RT_BUILD_CRT in the condition for test"
This reverts commit 926f3759ec.
This commit is contained in:
@@ -13,7 +13,7 @@ configure_lit_site_cfg(
|
||||
|
||||
include(builtin-config-ix)
|
||||
|
||||
if (COMPILER_RT_BUILD_CRT)
|
||||
if (COMPILER_RT_HAS_CRT)
|
||||
list(APPEND BUILTINS_TEST_DEPS crt)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user