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
This commit is contained in:
Evgeniy Stepanov 2017-08-31 23:34:01 +00:00
parent b09cfa5104
commit adfa21087f
1 changed files with 0 additions and 4 deletions

View File

@ -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)