From e96b62057025f99ea2387c0bc21408bdab7b5870 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Dec 2004 19:14:31 +0000 Subject: Describe the MODULE_NAME control variable llvm-svn: 18545 --- llvm/docs/MakefileGuide.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 25f9d17..465a81c 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/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.
-- cgit v1.1