[zorg] r352924 - Add check-ubsan to sanitizer-windows

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 13:48:37 PST 2019


Author: rnk
Date: Fri Feb  1 13:48:36 2019
New Revision: 352924

URL: http://llvm.org/viewvc/llvm-project?rev=352924&view=rev
Log:
Add check-ubsan to sanitizer-windows

UBSan is a sanitizer, and we don't need to bootstrap to run the tests,
so add it to sanitizer-windows.

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=352924&r1=352923&r2=352924&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py (original)
+++ zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py Fri Feb  1 13:48:36 2019
@@ -45,7 +45,7 @@ def main(argv):
         '-DLLVM_USE_LINKER=lld',
     ]
     check_targets = ['check-asan', 'check-asan-dynamic', 'check-sanitizer',
-                     'check-cfi']
+                     'check-ubsan', 'check-cfi']
 
     # 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