asan: fix build
authorDmitry Vyukov <dvyukov@google.com>
Thu, 14 Apr 2016 11:40:08 +0000 (11:40 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Thu, 14 Apr 2016 11:40:08 +0000 (11:40 +0000)
commit909d080d98acf3508b3e8d76b2c2b3371e17f618
tree884a18bde29ad579b35508931b5b7f875376a3ff
parent51f9eaa5e2238e851df9bd13ac2ada2575ed7068
asan: fix build

Some bots failed with:

sanitizer_quarantine.h:104:7: error: unused typedef 'assertion_failed__104' [-Werror,-Wunused-local-typedef]
      COMPILER_CHECK(kPrefetch <= ARRAY_SIZE(b->batch));

Replace COMPILER_CHECK with CHECK.

llvm-svn: 266291
compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h