[llvm-commits] CVS: llvm/docs/MakefileGuide.html

Reid Spencer reid at x10sys.com
Sun Dec 5 11:14:42 PST 2004



Changes in directory llvm/docs:

MakefileGuide.html updated: 1.17 -> 1.18
---
Log message:

Describe the MODULE_NAME control variable

---
Diffs of the changes:  (+6 -1)

Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.17 llvm/docs/MakefileGuide.html:1.18
--- llvm/docs/MakefileGuide.html:1.17	Fri Dec  3 18:04:48 2004
+++ llvm/docs/MakefileGuide.html	Sun Dec  5 13:14:31 2004
@@ -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>
@@ -870,7 +875,7 @@
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/04 00:04:48 $
+  Last modified: $Date: 2004/12/05 19:14:31 $
 </address>
 
 </body>






More information about the llvm-commits mailing list