Two changes to support building shared libraries that contain multiple
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 May 2005 00:37:31 +0000 (00:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 May 2005 00:37:31 +0000 (00:37 +0000)
commit8f9e21e3deaf89253458d21fcdca1fc293b3efba
tree7487958952726704cc0d96c5ec942368d6ad24ef
parentebc8c7dd8b778fc8348baceb02b5e2c84f0a4326
Two changes to support building shared libraries that contain multiple
llvm archive or re-linked libraries:
1. Permit the "JIT" special keyword on LLVMLIBS to be recognized when
   building a library, not just for building tools
2. If LINK_LIBS_IN_SHARED is set, the LLVMLIBS and USEDLIBS can be specified
   when linking a shared library and the libraries listed will be
   incorported into the shared library. THis is only used when the
   SHARED_LIBRARY variable is set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22127 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules