forked from OSchip/llvm-project
Describe the MODULE_NAME control variable
llvm-svn: 18545
This commit is contained in:
parent
6d6503a9b3
commit
e96b620570
|
@ -558,6 +558,11 @@
|
|||
<dt><a name="LLVMLIBS"><tt>LLVMLIBS</tt></a></dt>
|
||||
<dd>Specifies the set of libraries from the LLVM $(ObjDir) that will be
|
||||
linked into the tool or library.</dd>
|
||||
<dt><a name="MODULE_NAME"><tt>MODULE_NAME</tt></a></dt>
|
||||
<dd>Specifies the name of a bytecode module to be created. A bytecode
|
||||
module can be specified in conjunction with other kinds of library builds
|
||||
or by itself. It constructs from the sources a single linked bytecode
|
||||
file.</dd>
|
||||
<dt><a name="OPTIONAL_DIRS"><tt>OPTIONAL_DIRS</tt></a></dt>
|
||||
<dd>Specify a set of directories that may be built, if they exist, but its
|
||||
not an error for them not to exist.</dd>
|
||||
|
|
Loading…
Reference in New Issue