MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), instead...
authorDaniel Dunbar <daniel@zuster.org>
Wed, 16 Jun 2010 20:04:32 +0000 (20:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 16 Jun 2010 20:04:32 +0000 (20:04 +0000)
commita86de1050889b61df2cd42cdc2acc5f9796b7f0c
tree81eccf8fa44e5436be9c89724a19a7708b253c48
parent843aa1f15b06fc3c2b39740ffb5bffd2fa6827ce
MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), instead of tracking as part of emission.
 - This allows sharing more code with the MCObjectStreamer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCMachOStreamer.cpp