<div dir="ltr"><div>Hi Joan :)</div><div>Oh I don't have any experience in Xcode & previous versions of LLVM though.. <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 30 Jun 2019 at 14:58, Joan Lluch <<a href="mailto:joan.lluch@icloud.com">joan.lluch@icloud.com</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 style="overflow-wrap: break-word;">Hi Praveen,<div><br></div><div>Thanks for the tip, but Xcode seems to spend all the time running tablegen "custom shell scripts", one by one at a time, not linking. Linking is actually very fast, possibly less than a second. The “scripts” that take longer are  “AArch64CommonTableGen" and “AMDGPUCommonTableGen”.  As said this is on LLVM 9.0. </div><div><br></div><div>However, on LLVM 7.0.1, the same process takes just 5-6 seconds in total, with individual “scripts” taking significantly less than 1 second each. There must be some difference between LLVM 9.0 and LLVM 7.0 that might cause this (?)</div><div><br></div><div>John</div><div><br></div><div><br><div><blockquote type="cite"><div>On 30 Jun 2019, at 11:17, Praveen Velliengiri <<a href="mailto:praveenvelliengiri@gmail.com" target="_blank">praveenvelliengiri@gmail.com</a>> wrote:</div><br class="gmail-m_1524453287575765100Apple-interchange-newline"><div><div dir="ltr"><div><strong><br></strong></div><div>cmake <strong>BUILD_SHARED_LIBS</strong> option, it builds llvm as .so not as .a. It will use less memory during linking so you can increase the link threads and your build time will be lesser. <br></div><div>Check this in : <a href="https://llvm.org/docs/CMake.html" target="_blank">https://llvm.org/docs/CMake.html</a> <br></div><div><br><strong></strong></div><div><strong></strong></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 30 Jun 2019 at 14:42, Joan Lluch <<a href="mailto:joan.lluch@icloud.com" target="_blank">joan.lluch@icloud.com</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>Hi Praveen,<div><br></div><div>Please, can you elaborate on this?. What do do mean by “building as shared objects”.</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div><div><br></div><div><br></div><div><br><div><blockquote type="cite"><div>On 30 Jun 2019, at 07:32, Praveen Velliengiri <<a href="mailto:praveenvelliengiri@gmail.com" target="_blank">praveenvelliengiri@gmail.com</a>> wrote:</div><br class="gmail-m_1524453287575765100gmail-m_2619246657945187350Apple-interchange-newline"><div><div dir="auto">Maybe try building llvm as a shared objects.. </div><div class="gmail_extra"><br><div class="gmail_quote">On Jun 30, 2019 1:30 AM, "Joan Lluch via llvm-dev" <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hi Florian,<div><br></div><div>Ok, I ran this:</div><div><br></div><div><div style="margin:0px;font-size:10px;line-height:normal;font-family:Monaco;background-color:rgb(255,255,255)"><span style="font-variant-ligatures:no-common-ligatures">cmake -S LLVM -DCMAKE_INSTALL_PREFIX=INSTALL -DLLVM_OPTIMIZED_TABLEGEN=On -G Xcode</span></div></div><div style="margin:0px;font-size:10px;line-height:normal;font-family:Monaco;background-color:rgb(255,255,255)"><br></div><div><div>Compiled it again from clean, and the situation is worse than before. Incremental builds take an incredible amount of time stuck in running Tablegen scripts for all targets. Now this happens both in Release and Debug configurations. Just before this, at least Release compiled fine, but that’s no longer the case. </div><div><br></div><div>Any other suggestions?  What could actually cause this? </div><div><br></div><div>Thanks</div><div>John</div><div> <br><br><br><blockquote type="cite"><div>On 29 Jun 2019, at 19:37, Florian Hahn <<a href="mailto:florian_hahn@apple.com" target="_blank">florian_hahn@apple.com</a>> wrote:</div><br><div><div>Hi,<br><br><blockquote type="cite">On Jun 29, 2019, at 18:26, Joan Lluch via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br><br>Hi all,<br><br>On LLVM version 7.0.1, incremental builds are very fast for both Release and Debug. I’m compiling with Xcode<br><br>I recently downloaded LLVM 9.0 from the LLVM-mirror Github repository and found that Incremental "Debug” builds take a ridiculously long time due to Tablegen taking ages (literally more than 10 minutes) to generate files. This makes it totally unusable for debug purposes. However, incremental ‘Release’ builds only take a few seconds.<br><br>Why is that?. Any suggestions?.<br></blockquote><br><br><br>You could give setting LLVM_OPTIMIZED_TABLEGEN a try (<a href="https://llvm.org/docs/CMake.html" target="_blank">https://llvm.org/docs/CMake.html</a>).<br><br>Cheers,<br>Florian</div></div></blockquote></div><br></div></div><br>_______________________________________________<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>
<br></blockquote></div></div>
</div></blockquote></div><br></div></div></blockquote></div>
</div></blockquote></div><br></div></div></blockquote></div>