commit | c10132aa79fd7fed65b86288fa92abb172ce83d2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 31 17:02:00 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 31 17:02:00 2009 +0000 |
tree | 4f8f244cf1e16d8a0159e520ffb020e71d997413 | |
parent | 4571a4a76050acf5cd59c9cb47e7ee40d7224586 [diff] [blame] |
split MCSection stuff out to its own .cpp file, add a new MCSectionWithKind subclass of MCSection. llvm-svn: 77684
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt index 3dd1e18..82d400b 100644 --- a/llvm/lib/MC/CMakeLists.txt +++ b/llvm/lib/MC/CMakeLists.txt
@@ -3,6 +3,7 @@ MCAsmParser.cpp MCAsmStreamer.cpp MCContext.cpp + MCSection.cpp MCStreamer.cpp TargetAsmParser.cpp )