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
This commit is contained in:
Daniel Dunbar 2009-07-19 00:46:44 +00:00
parent 07598d72f0
commit 10b547c638

View File

@ -4,4 +4,4 @@ add_llvm_library(LLVMSystemZInfo
SystemZTargetInfo.cpp
)
add_dependencies(LLVMSystemZInfo SystemZTable_gen)
add_dependencies(LLVMSystemZInfo SystemZCodeGenTable_gen)