Implement support for dependent libraries. The "source" module's dependent
authorReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:25:17 +0000 (04:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:25:17 +0000 (04:25 +0000)
commit57a0efa32240ef03ea318f9ba7680fd2b8609c6e
tree5998018442049c8346674584a3096a826c117125
parent46a981c3e238935c629f57aa8db0d6938a53474e
Implement support for dependent libraries. The "source" module's dependent
libraries list is merged into the "destination" module's list. Also, if the
source module is one of the dependent libraries, it is removed from the
list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16282 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp
lib/VMCore/Linker.cpp