Eliminate silly warnings from the linker of the form:
authorChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 17:52:37 +0000 (17:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 17:52:37 +0000 (17:52 +0000)
commitb9476d9b45025905146f40370056a985f305bc8e
tree2d5c38c2df9ef1ef04411f361172dbae586a14da
parentd12b9b2f8df29b9fccc3a67b2da07099e89e56bf
Eliminate silly warnings from the linker of the form:

WARNING: Type conflict between types named 'union.._604.'.
    Src=' %union.._604.'.
   Dest=' %union.._604.'

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