<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><a href="https://reviews.llvm.org/D25710" class="">https://reviews.llvm.org/D25710</a> ...<br class=""><br class=""><br class=""><div style=""><blockquote type="cite" class=""><div class="">On Oct 19, 2016, at 1:30 PM, Reid Kleckner via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Author: rnk<br class="">Date: Wed Oct 19 15:30:26 2016<br class="">New Revision: 284640<br class=""><br class="">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=284640&view=rev" class="">http://llvm.org/viewvc/llvm-project?rev=284640&view=rev</a><br class="">Log:<br class="">Remove MSVC 2013 buildbot<br class=""><br class="">This bot replicated the configuration of clang-x86-windows-msvc2015 with<br class="">MSVC 2013, so it is no longer necessary.<br class=""><br class="">Modified:<br class="">    zorg/trunk/buildbot/osuosl/master/config/builders.py<br class=""><br class="">Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py<br class="">URL: <a href="http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=284640&r1=284639&r2=284640&view=diff" class="">http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=284640&r1=284639&r2=284640&view=diff</a><br class="">==============================================================================<br class="">--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)<br class="">+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed Oct 19 15:30:26 2016<br class="">@@ -277,20 +277,6 @@ def _get_clang_builders():<br class="">                                         "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],<br class="">                )},<br class=""><br class="">-        {'name': 'clang-x86-win2008-selfhost',<br class="">-         'slavenames': ['windows-gcebot1'],<br class="">-         'builddir': 'clang-x86-win2008-selfhost',<br class="">-         'factory' : ClangBuilder.getClangCMakeBuildFactory(<br class="">-                        clean=False,<br class="">-                        vs='%VS120COMNTOOLS%',<br class="">-                        vs_target_arch='x86',<br class="">-                        checkout_compiler_rt=False,<br class="">-                        testStage1=True,<br class="">-                        useTwoStage=True,<br class="">-                        stage1_config='Release',<br class="">-                        stage2_config='Release',<br class="">-                        extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"])},<br class="">-<br class="">         {'name': 'clang-x86-windows-msvc2015',<br class="">          'slavenames': ['windows-gcebot2'],<br class="">          'builddir': 'clang-x86-windows-msvc2015',<br class=""><br class=""><br class="">_______________________________________________<br class="">llvm-commits mailing list<br class=""><a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits<br class=""></div></div></blockquote></div><br class=""></body></html>