Start flushing out MCContext.
 - Lives inside new library lib/MC (LLVMMC.a)

llvm-svn: 74013
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt
new file mode 100644
index 0000000..0d86cb4
--- /dev/null
+++ b/llvm/lib/MC/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_library(LLVMMC
+  MCContext.cpp
+  )