[zorg] r353454 - Run check-profile on sanitizer-windows

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 11:15:24 PST 2019


Author: rnk
Date: Thu Feb  7 11:15:23 2019
New Revision: 353454

URL: http://llvm.org/viewvc/llvm-project?rev=353454&view=rev
Log:
Run check-profile on sanitizer-windows

While it is not technically a sanitizer, we already have a fast compiler-rt build on this bot, so we might as well check it anyay.

Modified:
    zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py

Modified: zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py?rev=353454&r1=353453&r2=353454&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py (original)
+++ zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py Thu Feb  7 11:15:23 2019
@@ -44,7 +44,8 @@ def main(argv):
         '-DLLVM_USE_LINKER=lld',
     ]
     check_targets = ['check-asan', 'check-asan-dynamic', 'check-sanitizer',
-                     'check-ubsan', 'check-fuzzer', 'check-cfi']
+                     'check-ubsan', 'check-fuzzer', 'check-cfi',
+                     'check-profile']
 
     # These arguments are a bit misleading, they really mean use cl.exe for
     # stage1 instead of GCC.




More information about the llvm-commits mailing list