[PATCH] D51746: Replace clang-x86-windows-msvc2015 with an x64 VS 2017 build script

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 11:51:07 PDT 2018


rnk created this revision.
rnk added reviewers: inglorion, gkistanova.
Herald added subscribers: dexonsmith, mehdi_amini.

Use the annotated buildbot steps that the Windows ThinLTO bot uses, and
make them find and prefer VS 2017 by default.

This will rename the builder to clang-x64-windows-msvc.

Once the master restarts, we'll be able to more test and make changes to
the buildbot script. I tested it locally, and it does a two-stage,
64-bit build with VS 2017 as the stage1 compiler.


https://reviews.llvm.org/D51746

Files:
  buildbot/osuosl/master/config/builders.py
  zorg/buildbot/builders/annotated/annotated_builder.py
  zorg/buildbot/builders/annotated/clang-windows.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51746.164257.patch
Type: text/x-patch
Size: 6442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/77f462b0/attachment.bin>


More information about the llvm-commits mailing list