<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I found with building llvm/lldb, switching your default linker to gold
instead of ld helps too.<br>
<br>
<br>
Todd Fiala wrote:
<blockquote
 cite="mid:CAFab17+zhnAGuOb0hGxxUnZwcVtjL1WUtV_Uoy8BMPDLvx01qw@mail.gmail.com"
 type="cite">
  <div dir="ltr">Hi all,
  <div><br>
  </div>
  <div>Just thought I'd pass along that I've just did a build time
comparison between our standard lldb build setup: configure + (g)make
(i.e. configure && make -j32), vs. cmake + ninja (i.e. cmake
-GNinja && ninja).  On an HP z620 with 32 virtual procs on ssd,
it takes me just under 10 minutes to build lldb with configure/make.
 The same machine with ninja + cmake takes 4.25 minutes.  *huge*
speedup.</div>
  <div><br>
  </div>
  <div>We'll be moving in that direction on our dev setups based on
that change.  If for some reason we hit any hiccups with that, I'll be
sure to tell you about them.</div>
  <div>
  <div>-- <br>
  </div>
  <div dir="ltr">
  <table
 style="color: rgb(136, 136, 136); font-family: 'Times New Roman';"
 cellpadding="0" cellspacing="0">
    <tbody>
      <tr
 style="color: rgb(85, 85, 85); font-family: sans-serif; font-size: small;">
        <td style="border-top: 2px solid rgb(213, 15, 37);" nowrap="nowrap">Todd
Fiala |</td>
        <td style="border-top: 2px solid rgb(51, 105, 232);" nowrap="nowrap"> Software
Engineer |</td>
        <td style="border-top: 2px solid rgb(0, 153, 57);" nowrap="nowrap"> <a
 moz-do-not-send="true" href="mailto:tfiala@google.com"
 style="color: rgb(17, 85, 204);" target="_blank"><span
 style="background-color: rgb(255, 255, 204); color: rgb(34, 34, 34);">tfiala@google.com</span></a> |</td>
        <td style="border-top: 2px solid rgb(238, 178, 17);" nowrap="nowrap"><font
 color="#1155cc"> <a moz-do-not-send="true">650-943-3180</a></font></td>
      </tr>
    </tbody>
  </table>
  <br>
  </div>
  </div>
  </div>
  <pre wrap="">
<hr class="__postbox_mime_separator" width="90%" size="4">
_______________________________________________
lldb-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a>
  </pre>
</blockquote>
</body>
</html>