Sign in
swiftshader
/
SwiftShader.git
/
7c44cf86d6fed7d7bc0c6f4ae042646d4f4ace5f
/
.
/
src
/
LLVM
/
lib
/
Target
/
SystemZ
/
AsmPrinter
/
CMakeLists.txt
blob: c6be83a61080eaf1e42100fbd4367ade01d77ca9 [
file
]
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMSystemZAsmPrinter
SystemZAsmPrinter.cpp
)
add_dependencies(LLVMSystemZAsmPrinter SystemZCodeGenTable_gen)