aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-10 18:15:01 +0000
committerChris Lattner <sabre@nondot.org>2009-08-10 18:15:01 +0000
commitf9bdeddb96043559c61f176f8077e3b91a0c544f (patch)
tree37c511c915a69084033918fe912c891c8c1c919f /lib/MC/CMakeLists.txt
parente15c2d7ce575a6212369b9b1477694b998b40a88 (diff)
downloadexternal_llvm-f9bdeddb96043559c61f176f8077e3b91a0c544f.zip
external_llvm-f9bdeddb96043559c61f176f8077e3b91a0c544f.tar.gz
external_llvm-f9bdeddb96043559c61f176f8077e3b91a0c544f.tar.bz2
split MachO section handling stuff out to its out .h/.cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/CMakeLists.txt')
-rw-r--r--lib/MC/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt
index 82d400b..e3cc536 100644
--- a/lib/MC/CMakeLists.txt
+++ b/lib/MC/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_library(LLVMMC
MCAsmStreamer.cpp
MCContext.cpp
MCSection.cpp
+ MCSectionMachO.cpp
MCStreamer.cpp
TargetAsmParser.cpp
)