The process of linking types can cause their addresses to become invalid. For this...
authorChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2003 19:12:55 +0000 (19:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2003 19:12:55 +0000 (19:12 +0000)
commit43f4ba8c7d19664bb5de73a7b391b67061f25d22
tree12c8229b211fc61dca0f20af2e01e35d94d872c3
parentc28c1d3cd19bbfcc8eec44f25c5890f8e3ed8bdc
The process of linking types can cause their addresses to become invalid.  For this reason, we must use TypeHandles!

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