<div dir="ltr">Well, I did that *after* building LLVM because the instructions say it should be in the download.<div><br></div><div>Now I'm (attempting, but failing) to build Clang from the latest svn commit, but as I say, I'd *much* prefer to use a release copy.</div>
<div><br></div><div>Regards,</div><div>Iain</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 8 July 2014 21:24, Larry Evans <span dir="ltr"><<a href="mailto:cppljevans@suddenlink.net" target="_blank">cppljevans@suddenlink.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5">On 07/08/2014 02:28 PM, Iain Barnett wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi,<br>
<br>
From the Clang Get Started page, <a href="http://clang.llvm.org/get_started.html" target="_blank">http://clang.llvm.org/get_<u></u>started.html</a><br>
<br>
> Clang is released as part of regular LLVM releases. You can download<br>
the release versions from <a href="http://llvm.org/releases/" target="_blank">http://llvm.org/releases/</a><br>
<br>
I downloaded it, and built it. No clang was installed. I grepped the<br>
downloaded source and clang doesn't appear to be in there.<br>
<br>
$ ls -lR llvm-3.4.2.src/ | grep clang<br>
-rwxr-xr-x 1 iainuser iainuser 3249 22 Dec 2012<br>
clang-parse-diagnostics-file<br>
-rw-r--r-- 1 iainuser iainuser 401 24 Sep 2013<br>
mergefunctions.clang.svn.patch<br>
<br>
The bin/ that was produced by the LLVM build:<br>
<br>
$ ls -R<br>
bugpoint llvm-as llvm-diff llvm-lto<br>
llvm-readobj llvm-tblgen<br>
llc llvm-bcanalyzer llvm-dis llvm-mc<br>
llvm-rtdyld macho-dump<br>
lli llvm-c-test llvm-dwarfdump llvm-mcmarkup<br>
llvm-size opt<br>
lli-child-target llvm-config llvm-extract llvm-nm<br>
llvm-stress<br>
llvm-ar llvm-cov llvm-link llvm-objdump<br>
llvm-symbolizer<br>
<br>
I'm not entirely clear what I should be doing, other that pulling down<br>
the source via SVN, but I'd prefer a release than a checkout.<br>
<br>
If anyone can point me in the correct direction for the last release of<br>
Clang, I'd be very grateful.<br>
<br>
Regards,<br>
Iain<br>
<br>
</blockquote></div></div>
Are you sure you did step 3:<br>
<br>
Checkout Clang:<br>
<br>
cd llvm/tools<br>
svn co <a href="http://llvm.org/svn/llvm-project/cfe/trunk" target="_blank">http://llvm.org/svn/llvm-<u></u>project/cfe/trunk</a> clang<br>
cd ../..<br>
<br>
It doesn't look like it since that should have produced a clang<br>
directory; yet, that doesn't appear in your `ls -lR` output.<br>
<br>
HTH.<br>
<br>
-regards,<br>
Larry<br>
<br><br></blockquote><div><br></div><div>Thanks for responding Larry.</div><div><br></div>Well, I did that *after* building LLVM because the instructions say it should be in the download.<div><br></div><div>Now I'm (attempting, but failing) to build Clang from the latest svn commit, but as I say, I'd *much* prefer to use a release copy, something tagged, versioned, not from the master branch…</div>
<div><br></div><div>The LLVM in the download compiled fine (after a quick patch). I just want Clang now.</div><div><br></div><div>Regards,</div><div>Iain </div></div><br></div></div>