This is an archive of the discontinued LLVM Phabricator instance.

Add VS2013 Clang builder and slave
ClosedPublic

Authored by rnk on Feb 23 2015, 5:42 PM.

Details

Summary

This is a starting point. I have no idea which direction I should continue to
make this work and am looking for advice. Eventually this bot should be able
to self-host using clang-cl.

Diff Detail

Event Timeline

rnk updated this revision to Diff 20563.Feb 23 2015, 5:42 PM
rnk retitled this revision from to Add VS2013 Clang builder and slave.
rnk updated this object.
rnk added reviewers: gkistanova, zturner, rfoos.
rnk added a subscriber: Unknown Object (MLST).
zturner edited edge metadata.Feb 24 2015, 9:10 AM

CC=clang-cl CXX=clang-cl cmake -G Ninja ..\llvm

There's a few additional variables you have to pass to cmake to set
cxxflags, but that is a bug in the cmake which i plan to address today or
tomorrow. After that, the above command line will just work

gkistanova accepted this revision.Feb 24 2015, 2:45 PM
gkistanova edited edge metadata.

LGTM

Thanks

Galina

This revision is now accepted and ready to land.Feb 24 2015, 2:45 PM
rnk closed this revision.Feb 24 2015, 3:41 PM