aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2023-07-12 18:01:32 +0000
committerPetr Hosek <phosek@google.com>2023-07-12 18:02:19 +0000
commit286f4c0f0739ff2bdad9be964e3d31724bca5dff (patch)
treebab24f6275e414e53e177d95bd15a002e9324c89 /compiler-rt
parent298f207e0649373b2dc0ad49d01d38d09d600e77 (diff)
downloadllvm-286f4c0f0739ff2bdad9be964e3d31724bca5dff.zip
llvm-286f4c0f0739ff2bdad9be964e3d31724bca5dff.tar.gz
llvm-286f4c0f0739ff2bdad9be964e3d31724bca5dff.tar.bz2
Revert "[CMake] Use COMPILER_RT_BUILD_CRT in the condition for test"
This reverts commit 926f3759ec62a8f170e76a60316cc0bdd9dd2ec9.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/builtins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/builtins/CMakeLists.txt b/compiler-rt/test/builtins/CMakeLists.txt
index a431db8..2d0cc24 100644
--- a/compiler-rt/test/builtins/CMakeLists.txt
+++ b/compiler-rt/test/builtins/CMakeLists.txt
@@ -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()