[PATCH] [zorg] Add sanitizer-bootstrap-lite bot.

Sergey Matveev earthdok at google.com
Wed Dec 17 10:00:44 PST 2014


In http://reviews.llvm.org/D6689#102420, @eugenis wrote:

> No, in the first case the line is:
>  (cd clang_build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
>
>   ${CMAKE_COMMON_OPTIONS} $LLVM_CHECKOUT)


But then we have:

  (cd clang_build && make clang -j$MAKE_JOBS) || echo @@@STEP_FAILURE@@@

So a cmake failure is fatal, but a build failure is not. Ugh!


http://reviews.llvm.org/D6689

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list