forked from OSchip/llvm-project
Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)
llvm-svn: 16004
This commit is contained in:
parent
5b81eea7a5
commit
62a2c1fd7a
|
@ -743,6 +743,12 @@ source code:</p>
|
|||
original state in which it was shipped.
|
||||
<p>
|
||||
|
||||
<dt><tt>gmake install</tt>
|
||||
<dd>
|
||||
Installs LLVM libraries and tools in a heirarchy under $PREFIX, specified with
|
||||
<tt>./configure --prefix=[dir]</tt>, defaults to <tt>/usr/local</tt>.
|
||||
<p>
|
||||
|
||||
<dt><tt>gmake install-bytecode</tt>
|
||||
<dd>
|
||||
Assuming you built LLVM into $OBJDIR, when this command is run in
|
||||
|
|
Loading…
Reference in New Issue