[PATCH] D14884: [zorg] Add CFI tests to sanitizer-windows builder.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 13:10:25 PST 2015
pcc created this revision.
pcc added a reviewer: rnk.
pcc added a subscriber: llvm-commits.
http://reviews.llvm.org/D14884
Files:
zorg/buildbot/builders/SanitizerBuilderWindows.py
Index: zorg/buildbot/builders/SanitizerBuilderWindows.py
===================================================================
--- zorg/buildbot/builders/SanitizerBuilderWindows.py
+++ zorg/buildbot/builders/SanitizerBuilderWindows.py
@@ -20,6 +20,10 @@
mode='update', baseURL='http://llvm.org/svn/llvm-project/cfe/',
defaultBranch='trunk',
workdir='%s/tools/clang' % llvmTopDir))
+ f.addStep(SVN(name='svn-lld',
+ mode='update', baseURL='http://llvm.org/svn/llvm-project/lld/',
+ defaultBranch='trunk',
+ workdir='%s/tools/lld' % llvmTopDir))
f.addStep(SVN(name='svn-compiler-rt',
mode='update',
baseURL='http://llvm.org/svn/llvm-project/compiler-rt/',
@@ -80,7 +84,7 @@
# Only run sanitizer tests.
# Don't build targets that are not required in order to speed up the cycle.
- test_targets = ['check-asan','check-asan-dynamic','check-sanitizer']
+ test_targets = ['check-asan','check-asan-dynamic','check-sanitizer', 'check-cfi']
f.addStep(NinjaCommand(name='run tests',
targets=test_targets,
haltOnFailure=True,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14884.40820.patch
Type: text/x-patch
Size: 1245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151120/185493ce/attachment.bin>
More information about the llvm-commits
mailing list