<div dir="ltr"><div>Kyle, I install llvm with cmake, and there are llvm tools installed default. The following is related commands.</div><div>cmake -DCMAKE_BUILD_TYPE="Debug"  -DCMAKE_INSTALL_PREFIX=/home/xxx/software/llvmsvn -DCMAKE_EXPORT_COMPILE_COMMANDS=ON /home/xxx/software/llvm-3.2-svn</div>
<div>make -j32</div><div>make install -j32</div><div><br></div><div style>If you don't want to execute "make install",  the related bins are in  some-dir-to-build/bin</div><div style><br></div><div style>Eric</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 25, 2013 at 7:02 AM, Eli Bendersky <span dir="ltr"><<a href="mailto:eliben@google.com" target="_blank">eliben@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Fri, May 24, 2013 at 3:27 PM, Kyle Holzinger <span dir="ltr"><<a href="mailto:kholz@bu.edu" target="_blank">kholz@bu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div>So I just started looking into LLVM and I was wondering how to install the LLVM tools suite. (Such as the llvm-as or lli commands in the terminal described here: <a href="http://llvm.org/docs/CommandGuide/" target="_blank">http://llvm.org/docs/CommandGuide</a>). I have downloaded LLVM, Clang, the test suite, and have run the build and make commands. I have looked around on the website but I have not found a sufficient explanation of how to install the tools. If it is on there, feel free to send a link, but if not I would greatly appreciate any help.</div>

<div><br></div></blockquote><div><br></div></div><div>Kyle, once you've built the tools they are in the bin/ directory in the build location. You can also run "make install" to install them, as usual. Alternatively, you can just invoke them directly from that bin/ directory.</div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div>Eli</div><div> </div></font></span></div></div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>