This is an archive of the discontinued LLVM Phabricator instance.

Add 'vs' parameter to Clang CMake builder to indicate Windows
ClosedPublic

Authored by rnk on Mar 6 2015, 5:08 PM.

Details

Summary

Port the builder steps to Windows, and enable windows-gcebot1. This code
has been tested locally and should work.

Diff Detail

Repository
rL LLVM

Event Timeline

rnk updated this revision to Diff 21409.Mar 6 2015, 5:08 PM
rnk retitled this revision from to Add 'vs' parameter to Clang CMake builder to indicate Windows.
rnk updated this object.
rnk added a reviewer: gkistanova.
rnk added a subscriber: Unknown Object (MLST).
rnk added a comment.Mar 9 2015, 2:17 PM

Monday ping. :)

I spun up a test instance of the master here:
http://130.211.133.145:8000/builders/clang-x86-win2008-selfhost/

rnk added a reviewer: rfoos.Mar 9 2015, 2:17 PM

+Rick, since this is related to his change

gkistanova accepted this revision.Mar 9 2015, 3:06 PM
gkistanova edited edge metadata.

LGTM
Though, I have a question. I'm not very familiar with the Windows you are running, but it seems 'env' is not a standard Windows command, is it? If so, could you add a note for the extra dependency, please?

This revision is now accepted and ready to land.Mar 9 2015, 3:06 PM
This revision was automatically updated to reflect the committed changes.