Skip to content

Commit

Permalink
Add check-ubsan-minimal to sanitizer bots.
Browse files Browse the repository at this point in the history
llvm-svn: 312300
  • Loading branch information
eugenis committed Sep 1, 2017
1 parent 9c363f1 commit 6ad3686
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ if [ "$PLATFORM" == "Linux" ]; then
check_in_gcc $CHECK_SCUDO scudo
check_in_gcc $CHECK_TSAN tsan
check_in_gcc $CHECK_UBSAN ubsan
check_in_gcc $CHECK_UBSAN ubsan-minimal
fi

### From now on we use just-built Clang as a host compiler ###
Expand Down Expand Up @@ -201,6 +202,7 @@ if [ "$PLATFORM" == "Linux" ]; then
# check_64bit $CHECK_SCUDO scudo, No check-scudo target for this config
check_64bit $CHECK_TSAN tsan
check_64bit $CHECK_UBSAN ubsan
check_64bit $CHECK_UBSAN ubsan-minimal
fi

FRESH_CLANG_PATH=${ROOT}/llvm_build64/bin
Expand Down Expand Up @@ -274,6 +276,7 @@ if [ "$PLATFORM" == "Linux" -a $HAVE_NINJA == 1 ]; then
check_ninja $CHECK_SCUDO scudo
check_ninja $CHECK_TSAN tsan
check_ninja $CHECK_UBSAN ubsan
check_ninja $CHECK_UBSAN ubsan-minimal

if [ "$CHECK_SYMBOLIZER" == "1" ]; then
build_symbolizer 32 llvm_build_ninja
Expand Down

0 comments on commit 6ad3686

Please sign in to comment.