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)
commit92ef3f66c19687a78d9e49a47958201d8abf9ee2
tree6544f7df8739d314c7ea78e9b64092f296e73f40
parentc3ee7960d9485d20b790091def10c64ee7e75554
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77196 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/DarwinTargetAsmInfo.cpp
lib/Target/ELFTargetAsmInfo.cpp