forked from OSchip/llvm-project
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:
parent
b09cfa5104
commit
adfa21087f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue