<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 19, 2009, at 5:52 AM, Jiandong Lu wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0" style="position: static; z-index: auto; "><tbody><tr><td valign="top" style="font: inherit;">hi,everyone.<br>I logined llvm's bugzilla,got a bug.And I want to fix it.</td></tr></tbody></table></blockquote><div><br></div><div>Great!</div><br><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0" style="position: static; z-index: auto; "><tbody><tr><td valign="top" style="font: inherit;"><br>I add only debug statement to output something ,and than build clang in my FreeBSD 7.1 in vmware.<br>I found it took about tens of minutes.Although my machine is a little slow (celeron 2.4 G cpu),<br>I think it took too many minutes.Maybe there something is wrong.<br><br></td></tr></tbody></table></blockquote><br></div><div>Clang and LLVM are relatively large, so it does take some time to compile them. The biggest issue is often memory: does your VMware virtual machine have at least 1 GB memory?</div><div><br></div><div>Also, it helps to configure LLVM with --enable-targets=<some small subset of targets>. Otherwise, you're spending a lot of time compiling and linking back-end targets you probably don't care about (Sparc, Cell, etc.).</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">      </span>- Doug<br></div></body></html>