From c60f9b752381baa6c4b80c0739034660f1748c84 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 14 Jul 2011 20:59:42 +0000 Subject: Next round of MC refactoring. This patch factor MC table instantiations, MC registeration and creation code into XXXMCDesc libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135184 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SystemZ/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Target/SystemZ/CMakeLists.txt') diff --git a/lib/Target/SystemZ/CMakeLists.txt b/lib/Target/SystemZ/CMakeLists.txt index 12206b9..218ee13 100644 --- a/lib/Target/SystemZ/CMakeLists.txt +++ b/lib/Target/SystemZ/CMakeLists.txt @@ -21,3 +21,4 @@ add_llvm_target(SystemZCodeGen ) add_subdirectory(TargetInfo) +add_subdirectory(MCTargetDesc) -- cgit v1.1