<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">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 style>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>
<div style><br></div><div style>Eli</div><div style> </div></div></div></div>