1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

SystemZ *does* have a CodeGen/AsmPrinter split.

- What it doesn't have is the rest of its cmake files...

llvm-svn: 76352
This commit is contained in:
Daniel Dunbar 2009-07-19 00:46:44 +00:00
parent f5a95d9e81
commit e52f9f19ff

View File

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