commit | ca29e4d7f43ac5bae432da466ecbaaf706fcaaad | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Jun 23 22:01:43 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Jun 23 22:01:43 2009 +0000 |
tree | e798af7f0c403d2945ed897877d4b23012dd38af | |
parent | 25ee5db3661c6504227c5e9f7278910f8f6b32a4 [diff] [blame] |
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 + )