From: Daniel Dunbar Date: Sun, 19 Jul 2009 00:46:44 +0000 (+0000) Subject: SystemZ *does* have a CodeGen/AsmPrinter split. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=10b547c6389eec368ae742e640f14f06367f98ad;p=oota-llvm.git SystemZ *does* have a CodeGen/AsmPrinter split. - What it doesn't have is the rest of its cmake files... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/TargetInfo/CMakeLists.txt b/lib/Target/SystemZ/TargetInfo/CMakeLists.txt index 897ec48cfb2..743d8d322d0 100644 --- a/lib/Target/SystemZ/TargetInfo/CMakeLists.txt +++ b/lib/Target/SystemZ/TargetInfo/CMakeLists.txt @@ -4,4 +4,4 @@ add_llvm_library(LLVMSystemZInfo SystemZTargetInfo.cpp ) -add_dependencies(LLVMSystemZInfo SystemZTable_gen) +add_dependencies(LLVMSystemZInfo SystemZCodeGenTable_gen)