Split the addPassesToEmitFile method up into two. This is so that we can
authorBill Wendling <isanbard@gmail.com>
Thu, 8 Feb 2007 01:36:53 +0000 (01:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 8 Feb 2007 01:36:53 +0000 (01:36 +0000)
commit04523eab6bbc5d55a6e3f3296ddd583c8ad5ebb1
treee958db7dfc380600c003183fef59f21e15616dfc
parent8f84f1f30197dbaf87fd32b7de05dd91ae435cdb
Split the addPassesToEmitFile method up into two. This is so that we can
do some common stuff, then on our own add an object file writer (by calling
a concrete function), and then do some finishing stuff, if need be.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34032 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp