[ubsan] Make check-ubsan depend on check-ubsan-minimal.

Summary: This way we don't need to add check-ubsan-minimal steps to all the bots.

Reviewers: vitalybuka

Subscribers: mgorny, llvm-commits

Differential Revision: https://reviews.llvm.org/D37350

llvm-svn: 312291
This commit is contained in:
Evgeniy Stepanov 2017-08-31 22:26:34 +00:00
parent 3e561694ad
commit a865658a74
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ 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)