aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/MC/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt
index c8d6e94247..5eac6e0e53 100644
--- a/lib/MC/CMakeLists.txt
+++ b/lib/MC/CMakeLists.txt
@@ -2,7 +2,10 @@ add_llvm_library(LLVMMC
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp
+ MCAssembler.cpp
MCContext.cpp
+ MCMachOStreamer.cpp
+ MCNullStreamer.cpp
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp