Skip to content

Commit e96b620

Browse files
author
Reid Spencer
committed
Describe the MODULE_NAME control variable
llvm-svn: 18545
1 parent 6d6503a commit e96b620

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/MakefileGuide.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,11 @@
558558
<dt><a name="LLVMLIBS"><tt>LLVMLIBS</tt></a></dt>
559559
<dd>Specifies the set of libraries from the LLVM $(ObjDir) that will be
560560
linked into the tool or library.</dd>
561+
<dt><a name="MODULE_NAME"><tt>MODULE_NAME</tt></a></dt>
562+
<dd>Specifies the name of a bytecode module to be created. A bytecode
563+
module can be specified in conjunction with other kinds of library builds
564+
or by itself. It constructs from the sources a single linked bytecode
565+
file.</dd>
561566
<dt><a name="OPTIONAL_DIRS"><tt>OPTIONAL_DIRS</tt></a></dt>
562567
<dd>Specify a set of directories that may be built, if they exist, but its
563568
not an error for them not to exist.</dd>

0 commit comments

Comments
 (0)