split MCSection stuff out to its own .cpp file, add a new
authorChris Lattner <sabre@nondot.org>
Fri, 31 Jul 2009 17:02:00 +0000 (17:02 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Jul 2009 17:02:00 +0000 (17:02 +0000)
commited47a0409b187d5dcd2bddfd054326fc809d00ae
tree1eb72cbdff0013882e33b1981147868c8613ef5c
parent23b6ecffe1ee5992cc1e057850bb1f36bc237ac0
split MCSection stuff out to its own .cpp file, add a new
MCSectionWithKind subclass of MCSection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77684 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSection.h
lib/MC/CMakeLists.txt
lib/MC/MCContext.cpp
lib/MC/MCSection.cpp [new file with mode: 0644]