From adfa21087f6179a25c187ecc248b513a5f8c8692 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 31 Aug 2017 23:34:01 +0000 Subject: [PATCH] Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal." Breaks buildbot with CMake Error at projects/compiler-rt/test/CMakeLists.txt:76 (add_dependencies): The dependency target "check-ubsan-minimal" of target "check-ubsan" does not exist. llvm-svn: 312295 --- compiler-rt/test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt index 34161855419e..2e344056f017 100644 --- a/compiler-rt/test/CMakeLists.txt +++ b/compiler-rt/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)