[PATCH] D48895: [zorg] Set CHECK_SCUDO to 1 for aarch64

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 13:43:53 PDT 2018


cryptoad created this revision.
cryptoad added a reviewer: vitalybuka.
Herald added subscribers: kristof.beyls, mgorny.
Herald added a reviewer: javed.absar.

Scudo is supported on pretty much all architectures, and I am going to turn it
on in the bots, going 1 by 1 to lower the chances for drama.

This starts with aarch64.


https://reviews.llvm.org/D48895

Files:
  zorg/buildbot/builders/sanitizers/buildbot_cmake.sh


Index: zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
===================================================================
--- zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
+++ zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
@@ -69,6 +69,7 @@
     CHECK_TSAN=1
     CHECK_LSAN=1
     CHECK_DFSAN=1
+    CHECK_SCUDO=1
   ;;
   mips64*)
     CHECK_ASAN=1


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48895.153962.patch
Type: text/x-patch
Size: 367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/2eb4fd68/attachment.bin>


More information about the llvm-commits mailing list