[LLVMdev] Installing LLVM Tools

Eli Bendersky eliben at google.com
Fri May 24 16:02:18 PDT 2013


On Fri, May 24, 2013 at 3:27 PM, Kyle Holzinger <kholz at bu.edu> wrote:

> 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: http://llvm.org/docs/CommandGuide). 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.
>
>
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.

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130524/aa416808/attachment.html>


More information about the llvm-dev mailing list