zpu: wip eke out some simple instructions for load/store/add
[llvm/zpu.git] / lib / Target / SystemZ / AsmPrinter / CMakeLists.txt
blobc6be83a61080eaf1e42100fbd4367ade01d77ca9
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3 add_llvm_library(LLVMSystemZAsmPrinter
4   SystemZAsmPrinter.cpp
5   )
6 add_dependencies(LLVMSystemZAsmPrinter SystemZCodeGenTable_gen)