<div dir="ltr">Use cmake -DCMAKE_CXX_COMPILER_LAUNCHER=/path/to/wrapper to use whatever wrapper you like. It could be your own shell script that combines ccache and icecc, or just icecc. I use it with gomacc: <a href="https://chromium.googlesource.com/infra/goma/client/+/master/README.md">https://chromium.googlesource.com/infra/goma/client/+/master/README.md</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 10, 2019 at 5:50 AM Konrad Kleine via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I want to utilize multiple hosts for compiling an LLVM subproject (lldb).</div><div><br></div><div>To cache compilation results I want to use ccache and for distributed compilation I want to use icecream (not distcc). </div><div><br></div><div></div><div>What are the CMake flags and environment variables I need to touch in order to get this?</div><div><br></div><div>Cheers</div><div>Konrad<br></div></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>