sink text/data section creation down into the target-specific places that
authorChris Lattner <sabre@nondot.org>
Mon, 27 Jul 2009 16:20:58 +0000 (16:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Jul 2009 16:20:58 +0000 (16:20 +0000)
commitc51f3394f31494bdd51d0e0ec9bd0641f4586ae9
treeab0725b2033c692d9375e1ad1814889975a51302
parenta77a182b04a5f3ee15eacf50883dd61d549f1634
sink text/data section creation down into the target-specific places that
should know about them.  PECoff doesn't share these, and I want all sections
to be created by object-file-specific code.

llvm-svn: 77196
llvm/lib/Target/DarwinTargetAsmInfo.cpp
llvm/lib/Target/ELFTargetAsmInfo.cpp