[PATCH] D21605: [zorg] Replace SKIP_* in sanitizer buildbot config by conditionals based on ARCH.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 07:43:07 PDT 2016


koriakin added a comment.

In http://reviews.llvm.org/D21605#464516, @seurer wrote:

> Looks pretty good.  For completeness sake how about adding CHECK_ASAN and CHECK_UBSAN and handling CHECK_LIBCXX and
>  CHECK_LLD the same way as the others?


I'll throw in CHECK_ASAN/UBSAN (though they're not very useful - all arches that have a sanitizer buildbot support these).  However, CHECK_LIBCXX and CHECK_LLD don't appear to be used in the script at all - should I remove them?


Repository:
  rL LLVM

http://reviews.llvm.org/D21605





More information about the llvm-commits mailing list