[zorg] r359839 - Add check-builtins to sanitizer-windows
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 15:40:44 PDT 2019
Author: rnk
Date: Thu May 2 15:40:43 2019
New Revision: 359839
URL: http://llvm.org/viewvc/llvm-project?rev=359839&view=rev
Log:
Add check-builtins to sanitizer-windows
This bot runs check-profile and check-fuzzer, so this is really more of
a 'compiler-rt-windows' bot these days, I guess.
This would've found https://crbug.com/958973 immediately.
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=359839&r1=359838&r2=359839&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py (original)
+++ zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py Thu May 2 15:40:43 2019
@@ -45,7 +45,7 @@ def main(argv):
]
check_targets = ['check-asan', 'check-asan-dynamic', 'check-sanitizer',
'check-ubsan', 'check-fuzzer', 'check-cfi',
- 'check-profile']
+ 'check-profile', 'check-builtins']
# 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