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 | 9b81d9c2e65dd3a256d9132e3469e01787d3100f (patch) | |
tree | 6cc1e47344c63b124e7b59af58dc7f91a0072291 /docs/MakefileGuide.html | |
parent | 4362003b22a832d14e7eef553b0100d819dc727a (diff) | |
download | external_llvm-9b81d9c2e65dd3a256d9132e3469e01787d3100f.zip external_llvm-9b81d9c2e65dd3a256d9132e3469e01787d3100f.tar.gz external_llvm-9b81d9c2e65dd3a256d9132e3469e01787d3100f.tar.bz2 |
Describe the MODULE_NAME control variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.html')
-rw-r--r-- | docs/MakefileGuide.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 25f9d17..465a81c 100644 --- a/docs/MakefileGuide.html +++ b/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> |