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)
commitc10132aa79fd7fed65b86288fa92abb172ce83d2
tree4f8f244cf1e16d8a0159e520ffb020e71d997413
parent4571a4a76050acf5cd59c9cb47e7ee40d7224586
split MCSection stuff out to its own .cpp file, add a new
MCSectionWithKind subclass of MCSection.

llvm-svn: 77684
llvm/include/llvm/MC/MCSection.h
llvm/lib/MC/CMakeLists.txt
llvm/lib/MC/MCContext.cpp
llvm/lib/MC/MCSection.cpp [new file with mode: 0644]