[llvm-commits] CVS: llvm/docs/MakefileGuide.html
Reid Spencer
reid at x10sys.com
Sat Jun 3 11:55:45 PDT 2006
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.33 -> 1.34
---
Log message:
Document the LINK_LIBS_IN_SHARED control variable.
---
Diffs of the changes: (+8 -1)
MakefileGuide.html | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletion(-)
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.33 llvm/docs/MakefileGuide.html:1.34
--- llvm/docs/MakefileGuide.html:1.33 Thu Apr 20 13:46:45 2006
+++ llvm/docs/MakefileGuide.html Sat Jun 3 13:55:33 2006
@@ -662,6 +662,13 @@
<dt><a name="LIBRARYNAME"><tt>LIBRARYNAME</tt></a></dt>
<dd>Specify the name of the library to be built. (Required For
Libraries)</dd>
+ <dt><a name="LINK_LIBS_IN_SHARED"><tt>LINK_LIBS_IN_SHARED</tt></a></dt>
+ <dd>By default, shared library linking will ignore any libraries specified
+ with the <a href="LLVMLIBS">LLVMLIBS</a> or <a href="USEDLIBS">USEDLIBS</a>.
+ This prevents shared libs from including things that will be in the LLVM
+ tool the shared library will be loaded into. However, sometimes it is useful
+ to link certain libraries into your shared library and this option enables
+ that feature.</dd>
<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>
@@ -997,7 +1004,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/04/20 18:46:45 $
+ Last modified: $Date: 2006/06/03 18:55:33 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list