summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 341618554..2e344056f 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -71,10 +71,6 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
endforeach()
compiler_rt_test_runtime(profile)
-
- if(COMPILER_RT_HAS_UBSAN AND COMPILER_RT_HAS_UBSAN_MINIMAL)
- add_dependencies(check-ubsan check-ubsan-minimal)
- endif()
endif()
if(COMPILER_RT_BUILD_XRAY)
compiler_rt_test_runtime(xray)