zpu: wip eke out some simple instructions for load/store/add
[llvm/zpu.git] / lib / Target / X86 / TargetInfo / CMakeLists.txt
blob90be9f58cc73ff090691f330184904a1720875b4
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3 add_llvm_library(LLVMX86Info
4   X86TargetInfo.cpp
5   )
7 add_dependencies(LLVMX86Info X86CodeGenTable_gen)