<div dir="ltr"><div><div><div><div><div>I'll try those guys! Thanks for advices, all!<br><br></div>Btw, I have a question. <br></div>Personally, it feels like compilation become much slower than previous versions after adopting 'cmake'.<br></div>Is this natural when we adopt cmake or are there other big changes on build structure?<br></div>I'm not that familiar with huge system like llvm yet, so I want to catch up how professionals design their system. <br><br></div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 18, 2016 at 12:22 PM, Matthias Braun <span dir="ltr"><<a href="mailto:mbraun@apple.com" target="_blank">mbraun@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>These are two comprehensive blog posts about how to compile llvm/clang faster:</div><div><br></div><div><a href="https://blogs.s-osg.org/an-introduction-to-accelerating-your-build-with-clang/" target="_blank">https://blogs.s-osg.org/an-<wbr>introduction-to-accelerating-<wbr>your-build-with-clang/</a></div><div><a href="https://blogs.s-osg.org/a-conclusion-to-accelerating-your-build-with-clang/" target="_blank">https://blogs.s-osg.org/a-<wbr>conclusion-to-accelerating-<wbr>your-build-with-clang/</a></div><div><br></div><div>- Matthias</div><br><div><blockquote type="cite"><div><div class="h5"><div>On Oct 18, 2016, at 7:56 AM, Tim Northover via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="m_7865032706521177745Apple-interchange-newline"></div></div><div><div><div><div class="h5">On 18 October 2016 at 07:51, Renato Golin via llvm-dev<br><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br><blockquote type="cite">A few hints:<br></blockquote><br>Another one for debug builds on Linux is using split debug info:<br>-DLLVM_USE_SPLIT_DWARF=ON. This speeds up links dramatically (and<br>reduces memory consumption) as long as you've got a new enough gdb (I<br>think lldb is still not quite up to it). It has no effect on macOS<br>though, because a similar configuration is just how things work there.<br><br>Tim.<br></div></div>______________________________<wbr>_________________<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="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br></div></div></blockquote></div><br></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Best, Sung<br></div></div></div></div>
</div>