From ecc63f8687c4eb746b69336316685fe9b224adfb Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 23 Jun 2009 22:01:43 +0000 Subject: Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74013 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/MC/CMakeLists.txt (limited to 'lib/MC/CMakeLists.txt') diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt new file mode 100644 index 0000000000..0d86cb4f1f --- /dev/null +++ b/lib/MC/CMakeLists.txt @@ -0,0 +1,3 @@ +add_llvm_library(LLVMMC + MCContext.cpp + ) -- cgit v1.2.3