diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-05 19:14:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-05 19:14:31 +0000 |
commit | e96b62057025f99ea2387c0bc21408bdab7b5870 (patch) | |
tree | f2d7c6287789b4bfcab7ef11530c52ee85c72cff /llvm/docs | |
parent | 6d6503a9b32decbde38101a650c5a87cf44dd3b1 (diff) | |
download | llvm-e96b62057025f99ea2387c0bc21408bdab7b5870.zip llvm-e96b62057025f99ea2387c0bc21408bdab7b5870.tar.gz llvm-e96b62057025f99ea2387c0bc21408bdab7b5870.tar.bz2 |
Describe the MODULE_NAME control variable
llvm-svn: 18545
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/MakefileGuide.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <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> |