[PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows

Reid Kleckner rnk at google.com
Mon Mar 9 15:42:08 PDT 2015


On Mon, Mar 9, 2015 at 3:38 PM, Galina Kistanova <gkistanova at gmail.com>
wrote:

> Doesn't cmake take the CC and CXX from envs?
> Maybe setting env would be better than adding another dependency for a
> long run?
>

Yes, but env is a WithProperties object, and not a real dictionary. It
isn't possible to add new keys on top of a dict property, I think.

I *think* it would be possible to redesign extractSlaveEnvironment extract
PATH, INCLUDE, LIB, and LIBPATH independently, and then we can make it work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150309/2c9f5238/attachment.html>


More information about the llvm-commits mailing list