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