Describe the MODULE_NAME control variable
authorReid Spencer <rspencer@reidspencer.com>
Sun, 5 Dec 2004 19:14:31 +0000 (19:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 5 Dec 2004 19:14:31 +0000 (19:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18545 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MakefileGuide.html

index 25f9d17f26217a644071fa3c76d0365b2152b642..465a81cb402b8ad5e41580d6a1d818013e72e285 100644 (file)
     <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>