diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-03 18:55:33 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-03 18:55:33 +0000 |
| commit | b9303d6b61376d29c5c6506ca141aa483e3351a0 (patch) | |
| tree | 45a201d0cc31891176d056c9057c3e9343bf2a7f /llvm/docs/MakefileGuide.html | |
| parent | 78e03500ed4d8c6cbd774d401ae1ada334545d1a (diff) | |
| download | bcm5719-llvm-b9303d6b61376d29c5c6506ca141aa483e3351a0.tar.gz bcm5719-llvm-b9303d6b61376d29c5c6506ca141aa483e3351a0.zip | |
Document the LINK_LIBS_IN_SHARED control variable.
llvm-svn: 28676
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
| -rw-r--r-- | llvm/docs/MakefileGuide.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 2b15b3d5afb..cbbf3b1eb0d 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -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> |

