[LLVMdev] Are there manpages for llvm?

Lawrence Velázquez vq at larryv.me
Tue Jan 6 16:17:52 PST 2015


On Jan 5, 2015, at 10:47 PM, Sean Silva <chisophugis at gmail.com> wrote:

> On Mon, Jan 5, 2015 at 7:18 PM, Peng Yu <pengyu.ut at gmail.com> wrote:
> 
>> I have llvm installed through MacPorts. But I don't see macports
>> installed. Are there supposed to be manpages of commands like lli
>> installed?
> 
> I'm not sure if we have it wired into the build, nor do I know how macports is packaging things, but you can do:
> 
> $ cd llvm/docs
> $ make -f Makefile.sphinx man
> $ man ./_build/man/lli.1

We (i.e., MacPorts) don't currently build the docs because it'd require adding a dependency on Sphinx. We could add a separate documentation port, though.

https://trac.macports.org/ticket/46431

vq



More information about the llvm-dev mailing list