[PATCH] D49604: [zorg] Set CHECK_SCUDO to 1 for ppc64

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 08:46:07 PDT 2018


cryptoad created this revision.
cryptoad added reviewers: eugenis, vitalybuka.
Herald added a subscriber: mgorny.

Going through the list of architectures as explained in https://reviews.llvm.org/D48895, now enable
Scudo for PPC64 on the bots.


https://reviews.llvm.org/D49604

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
@@ -84,6 +84,7 @@
     CHECK_UBSAN=1
     CHECK_MSAN=1
     CHECK_TSAN=1
+    CHECK_SCUDO=1
   ;;
   i*86)
     CHECK_UBSAN=1


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49604.156503.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/dd5965c4/attachment.bin>


More information about the llvm-commits mailing list