[PATCH] D42041: [PATCH 6/6] [zorg] Don't use -DCMAKE_C_COMPILER*/-DCMAKE_CXX_COMPILER*

Maxim Kuvyrkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 08:15:06 PST 2018


maxim-kuvyrkov created this revision.
maxim-kuvyrkov added reviewers: gkistanova, rovka.
Herald added a subscriber: llvm-commits.

... to override host compiler.  Two-stage builds set CMAKE_C_COMPILER/
CMAKE_CXX_COMPILER in the environment, and it is error-prone to override
it in both environment and command-line.  We should rely on host
rootfs to provide correct cc/c++ in $PATH.


Repository:
  rL LLVM

https://reviews.llvm.org/D42041

Files:
  buildbot/osuosl/master/config/builders.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42041.129782.patch
Type: text/x-patch
Size: 11991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180114/3942b69b/attachment.bin>


More information about the llvm-commits mailing list