commit | 6c20391d380b16700ea05f87847dee02f44a8fbe | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 10 18:15:01 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 10 18:15:01 2009 +0000 |
tree | 1ae8f2013fca488c3f9865a8f51e8fb6d8e5e514 | |
parent | 97189e5d0486544d4fa3de4a62fcd97180ac417b [diff] [blame] |
split MachO section handling stuff out to its out .h/.cpp file. llvm-svn: 78576
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt index 82d400b..e3cc536 100644 --- a/llvm/lib/MC/CMakeLists.txt +++ b/llvm/lib/MC/CMakeLists.txt
@@ -4,6 +4,7 @@ MCAsmStreamer.cpp MCContext.cpp MCSection.cpp + MCSectionMachO.cpp MCStreamer.cpp TargetAsmParser.cpp )