Make sure that cloning a module clones its target triple and dependent
authorChris Lattner <sabre@nondot.org>
Wed, 18 Jan 2006 21:32:45 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Jan 2006 21:32:45 +0000 (21:32 +0000)
commitc4e8c9f318a4cb9ff75d8955482a8ca6412803cd
treef28e7a2ad9697ddfe8d59c301307f09db6dd0d1e
parentbc38dbfd9b88c021378c647f6c169f4f76a775da
Make sure that cloning a module clones its target triple and dependent
library list as well.  This should help bugpoint.

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