From: Reid Spencer Date: Sun, 5 Dec 2004 19:14:31 +0000 (+0000) Subject: Describe the MODULE_NAME control variable X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b81d9c2e65dd3a256d9132e3469e01787d3100f;p=oota-llvm.git Describe the MODULE_NAME control variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 25f9d17f262..465a81cb402 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -558,6 +558,11 @@
LLVMLIBS
Specifies the set of libraries from the LLVM $(ObjDir) that will be linked into the tool or library.
+
MODULE_NAME
+
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.
OPTIONAL_DIRS
Specify a set of directories that may be built, if they exist, but its not an error for them not to exist.